Skip to content

Commit a9fb752

Browse files
committed
ci: modify release tag
1 parent 1894602 commit a9fb752

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
env:
2525
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
2626
run: |
27-
npm publish --provenance --access public
27+
npm publish --provenance --access public --tag stable-0-91
2828
2929
- name: Publish package (next)
3030
if: ${{ contains(github.ref, '-next') }}

0 commit comments

Comments
 (0)