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 e274bec commit 0bf6a66Copy full SHA for 0bf6a66
.github/workflows/npm-publish.yml
@@ -15,7 +15,7 @@ jobs:
15
registry-url: https://registry.npmjs.org/
16
- run: npm install
17
- run: npm run prepack
18
- - run: npm publish
+ - run: npm publish --tag 1.1.x_latest
19
env:
20
NODE_AUTH_TOKEN: ${{secrets.NPM_AUTH_TOKEN}}
21
0 commit comments