We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 415921a commit 4fde5dcCopy full SHA for 4fde5dc
.github/workflows/publish-npm.yml
@@ -46,7 +46,7 @@ jobs:
46
env:
47
NODE_AUTH_TOKEN: ${{secrets.NPM_AUTH_TOKEN}}
48
- name: Publish @latest
49
- run: npm publish --tag latest --dry-run
+ run: npm publish --tag latest
50
if: "!github.event.release.prerelease"
51
52
0 commit comments