From 36182fa9638b697a945da73dda6f80ab2baa6087 Mon Sep 17 00:00:00 2001 From: Robert Kieffer Date: Sun, 27 Oct 2024 11:50:16 -1000 Subject: [PATCH] chore: add id to RP workflow step (#819) --- .github/workflows/release-please.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 58014d4d..54b9fc36 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -20,6 +20,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: googleapis/release-please-action@v4 + id: release with: token: ${{ secrets.UUID_RELEASE_PLEASE_TOKEN }} release-type: node