Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
mikemonteith committed Apr 18, 2024
1 parent 19d7ab8 commit 554aeee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ jobs:
node-version: '20'
registry-url: 'https://registry.npmjs.org'
- run: npm ci
- run: npm publish ${IS_PRERELEASE:+--tag=prerelease}
- run: echo npm publish ${IS_PRERELEASE:+--tag=prerelease}
- run: npm publish --tag=prerelease
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_AUTH_TOKEN}}
IS_PRERELEASE: ${{github.event.release.prerelease}}

0 comments on commit 554aeee

Please sign in to comment.