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 9d18eee commit 68f795eCopy full SHA for 68f795e
.github/workflows/npm-publish.yml
@@ -18,6 +18,6 @@ jobs:
18
registry-url: https://registry.npmjs.org/
19
- run: yarn install
20
- run: yarn ci
21
- - run: npm publish
+ - run: npm publish --tag beta
22
env:
23
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
0 commit comments