Skip to content

Commit a6b4498

Browse files
authored
fix: update npm-publish action
1 parent 290234f commit a6b4498

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,6 @@ jobs:
113113
node-version: "20.x"
114114
registry-url: "https://registry.npmjs.org"
115115
- run: npm i
116-
- run: npm publish
116+
- run: npm publish --tag=latest --dry-run
117117
env:
118118
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

0 commit comments

Comments
 (0)