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 b6729cc commit 776dbb9Copy full SHA for 776dbb9
.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-93
28
29
- name: Publish package (next)
30
if: ${{ contains(github.ref, '-next') }}
0 commit comments