We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0a7300 commit 4c62cb3Copy full SHA for 4c62cb3
.github/release.yml
@@ -40,4 +40,4 @@ jobs:
40
- name: 🚀 Publish release
41
env:
42
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
43
- run: npm publish --non-interactive
+ run: npm publish --tag=beta --non-interactive
0 commit comments