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