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.
2 parents d1f3263 + 416e274 commit c0672afCopy full SHA for c0672af
.github/workflows/release.yml
@@ -63,7 +63,7 @@ jobs:
63
# npm publish and push updated package.json
64
- name: Publish to npm and jsr
65
run: |
66
- npm run release -- --VERSION=$VERSION
+ npm run release -- $VERSION
67
git push origin master
68
69
# Publish github releases. Also tag will be created.
0 commit comments