From 420733f3d6dc51f44301b06476550f499b4ffbd3 Mon Sep 17 00:00:00 2001 From: David Rogers Date: Thu, 17 Oct 2024 22:49:52 -0700 Subject: [PATCH] fix: give release-please workflow step an id (#235) (#236) * fix: give release-please workflow step an id (#235) * fix: fix indenting (#235) * fix: revert action name (#235) --- .github/workflows/release-please.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 28676f0..a752880 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -14,6 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: googleapis/release-please-action@v4 + id: release with: # this assumes that you have created a personal access token # (PAT) and configured it as a GitHub action secret named @@ -24,8 +25,8 @@ jobs: # The logic below handles the npm publication: - uses: actions/checkout@v4 - # These if statements ensure that a publication only occurs when a new release is created: + # These if statements ensure that a publication only occurs when a new release is created: - uses: actions/setup-node@v4 if: ${{ steps.release.outputs.release_created }} with: