Skip to content

Commit

Permalink
Remove dry-run
Browse files Browse the repository at this point in the history
  • Loading branch information
kurkle committed May 24, 2021
1 parent 415921a commit 4fde5dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-npm.yml
Expand Up @@ -46,7 +46,7 @@ jobs:
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_AUTH_TOKEN}}
- name: Publish @latest
run: npm publish --tag latest --dry-run
run: npm publish --tag latest
if: "!github.event.release.prerelease"
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_AUTH_TOKEN}}
Expand Down

0 comments on commit 4fde5dc

Please sign in to comment.