From 6b1ad0b287b4994f01d615a0d70a5dbdda2f7875 Mon Sep 17 00:00:00 2001 From: bcoe Date: Tue, 16 Jun 2020 17:40:40 -0700 Subject: [PATCH] build: support main branch --- .github/workflows/release-please.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release-please.yaml b/.github/workflows/release-please.yaml index b3d67a4..0eb3cc4 100644 --- a/.github/workflows/release-please.yaml +++ b/.github/workflows/release-please.yaml @@ -2,12 +2,13 @@ on: push: branches: - master + - main name: release-please jobs: release-please: runs-on: ubuntu-latest steps: - - uses: GoogleCloudPlatform/release-please-action@v1.2.1 + - uses: GoogleCloudPlatform/release-please-action@v1.3.0 with: token: ${{ secrets.RELEASE_CLA_SIGNED }} release-type: node