Skip to content

Commit 0bf6a66

Browse files
committed
fix: gh action add tag
1 parent e274bec commit 0bf6a66

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
@@ -15,7 +15,7 @@ jobs:
1515
registry-url: https://registry.npmjs.org/
1616
- run: npm install
1717
- run: npm run prepack
18-
- run: npm publish
18+
- run: npm publish --tag 1.1.x_latest
1919
env:
2020
NODE_AUTH_TOKEN: ${{secrets.NPM_AUTH_TOKEN}}
2121

0 commit comments

Comments
 (0)