Skip to content

Commit 7a90e98

Browse files
Update release-node.yml
1 parent 82dffb7 commit 7a90e98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-node.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
shell: bash
9696

9797
- name: Publish NPM
98-
run: npm publish --dry-run --access public --registry=https://registry.npmjs.org/
98+
run: npm publish --access public --registry=https://registry.npmjs.org/
9999
env:
100100
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
101101
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)