From 0ac887856b6f38de64672c63c1229a40d50ec662 Mon Sep 17 00:00:00 2001 From: bcoe Date: Thu, 17 Sep 2020 14:07:32 -0700 Subject: [PATCH] build: fix sha --- .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 f10a420..d5d8af6 100644 --- a/.github/workflows/release-please.yaml +++ b/.github/workflows/release-please.yaml @@ -7,7 +7,7 @@ jobs: release-please-pr: runs-on: ubuntu-latest steps: - - uses: GoogleCloudPlatform/release-please-action@2.4.0 + - uses: GoogleCloudPlatform/release-please-action@v2.4.0 with: token: ${{ secrets.RELEASE_PR_TOKEN }} release-type: node @@ -17,7 +17,7 @@ jobs: release-please-release: runs-on: ubuntu-latest steps: - - uses: GoogleCloudPlatform/release-please-action@2.4.0 + - uses: GoogleCloudPlatform/release-please-action@v2.4.0 with: token: ${{ secrets.GITHUB_TOKEN }} release-type: node