Skip to content

Commit

Permalink
fix: release-please output
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremyRH committed May 15, 2024
1 parent 4127514 commit 397d89b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ jobs:
release-type: node

- uses: actions/checkout@v4
if: ${{ steps.release.outputs.releases_created }}
if: ${{ steps.release.outputs.release_created }}

- uses: actions/setup-node@v4
with:
node-version: 20
registry-url: 'https://registry.npmjs.org'
if: ${{ steps.release.outputs.releases_created }}
if: ${{ steps.release.outputs.release_created }}

- name: Publish to npm
run: |
Expand All @@ -37,4 +37,4 @@ jobs:
npm publish --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
if: ${{ steps.release.outputs.releases_created }}
if: ${{ steps.release.outputs.release_created }}

0 comments on commit 397d89b

Please sign in to comment.