From b7d607778800b95c314b3351cd1ac11a8002308b Mon Sep 17 00:00:00 2001 From: bcoe Date: Wed, 17 Feb 2021 21:54:36 -0800 Subject: [PATCH] build: switch back to v2 --- .github/workflows/release-please.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-please.yaml b/.github/workflows/release-please.yaml index 18cb9b7..71b9192 100644 --- a/.github/workflows/release-please.yaml +++ b/.github/workflows/release-please.yaml @@ -60,7 +60,7 @@ jobs: needs: [build] steps: - id: release-pr - uses: GoogleCloudPlatform/release-please-action@main + uses: GoogleCloudPlatform/release-please-action@v2 with: token: ${{ secrets.ACTIONS_BOT_TOKEN }} release-type: node @@ -85,7 +85,7 @@ jobs: runs-on: ubuntu-latest needs: [build] steps: - - uses: GoogleCloudPlatform/release-please-action@main + - uses: GoogleCloudPlatform/release-please-action@v2 id: release with: token: ${{ secrets.GITHUB_TOKEN }}