Skip to content

Commit 9aa2b66

Browse files
authored
fix: Update promote.yml
1 parent b711757 commit 9aa2b66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/promote.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ jobs:
2727
run: |
2828
cd dist
2929
npm version ${{ github.ref_name }} --git-tag-version false
30-
npm publish --tag latest
30+
npm publish --tag prerelease-v5
3131
env:
3232
HUSKY: 0

0 commit comments

Comments
 (0)