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 b8cda16 commit 3eb4079Copy full SHA for 3eb4079
.github/workflows/release.yml
@@ -42,7 +42,7 @@ jobs:
42
CI: true
43
44
- name: Publish
45
- run: npm publish
+ run: npm publish --tag next
46
env:
47
48
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments