We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82dffb7 commit 7a90e98Copy full SHA for 7a90e98
.github/workflows/release-node.yml
@@ -95,7 +95,7 @@ jobs:
95
shell: bash
96
97
- name: Publish NPM
98
- run: npm publish --dry-run --access public --registry=https://registry.npmjs.org/
+ run: npm publish --access public --registry=https://registry.npmjs.org/
99
env:
100
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
101
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments