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 4958db4 commit e56d477Copy full SHA for e56d477
.github/workflows/release.yml
@@ -31,7 +31,7 @@ jobs:
31
env:
32
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
33
run: |
34
- npm publish --provenance --access public
+ npm publish --provenance --access public --tag stable-0-90
35
36
- name: Publish package (next)
37
if: ${{ contains(github.ref, '-next') }}
0 commit comments