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 bdac744 commit e1d18e6Copy full SHA for e1d18e6
.github/workflows/publish.yml
@@ -14,6 +14,6 @@ jobs:
14
node-version: 12
15
registry-url: https://registry.npmjs.org/
16
- run: npm install
17
- - run: npm publish --access public
+ - run: npm publish --access public --tag next
18
env:
19
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
0 commit comments