From b8c01db2537e622b2783d7be3836a5825e1a72fb Mon Sep 17 00:00:00 2001 From: bcoe Date: Mon, 7 Dec 2020 09:56:48 -0800 Subject: [PATCH] build: reference correct step --- .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 f484c85..ad71986 100644 --- a/.github/workflows/release-please.yaml +++ b/.github/workflows/release-please.yaml @@ -59,7 +59,8 @@ jobs: runs-on: ubuntu-latest needs: [build] steps: - - uses: GoogleCloudPlatform/release-please-action@v2 + - id: release-pr + uses: GoogleCloudPlatform/release-please-action@v2 with: token: ${{ secrets.ACTIONS_BOT_TOKEN }} release-type: node