From f3288c64ebf9ddae0828ef3e31f2d7261dd39508 Mon Sep 17 00:00:00 2001 From: bcoe Date: Thu, 17 Dec 2020 16:54:49 -0800 Subject: [PATCH] build: revert to v2 version --- .github/workflows/release-please.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-please.yaml b/.github/workflows/release-please.yaml index 1987d74..ad71986 100644 --- a/.github/workflows/release-please.yaml +++ b/.github/workflows/release-please.yaml @@ -85,7 +85,7 @@ jobs: runs-on: ubuntu-latest needs: [build] steps: - - uses: GoogleCloudPlatform/release-please-action@ecf21cd22e32f8a23d66f762091b994d1a60c1c4 + - uses: GoogleCloudPlatform/release-please-action@v2 id: release with: token: ${{ secrets.GITHUB_TOKEN }}