Skip to content

Commit e56d477

Browse files
committed
ci: modify release tag
1 parent 4958db4 commit e56d477

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
@@ -31,7 +31,7 @@ jobs:
3131
env:
3232
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
3333
run: |
34-
npm publish --provenance --access public
34+
npm publish --provenance --access public --tag stable-0-90
3535
3636
- name: Publish package (next)
3737
if: ${{ contains(github.ref, '-next') }}

0 commit comments

Comments
 (0)