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 75b1f04 commit a7c9768Copy full SHA for a7c9768
.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-92
28
29
- name: Publish package (next)
30
if: ${{ contains(github.ref, '-next') }}
0 commit comments