We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b711757 commit 9aa2b66Copy full SHA for 9aa2b66
.github/workflows/promote.yml
@@ -27,6 +27,6 @@ jobs:
27
run: |
28
cd dist
29
npm version ${{ github.ref_name }} --git-tag-version false
30
- npm publish --tag latest
+ npm publish --tag prerelease-v5
31
env:
32
HUSKY: 0
0 commit comments