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 1894602 commit a9fb752Copy full SHA for a9fb752
.github/workflows/release.yml
@@ -24,7 +24,7 @@ jobs:
24
env:
25
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
26
run: |
27
- npm publish --provenance --access public
+ npm publish --provenance --access public --tag stable-0-91
28
29
- name: Publish package (next)
30
if: ${{ contains(github.ref, '-next') }}
0 commit comments