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: