Skip to content

Commit c0672af

Browse files
authored
Fix invalid 'npm run release' argument (#388)
2 parents d1f3263 + 416e274 commit c0672af

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
@@ -63,7 +63,7 @@ jobs:
6363
# npm publish and push updated package.json
6464
- name: Publish to npm and jsr
6565
run: |
66-
npm run release -- --VERSION=$VERSION
66+
npm run release -- $VERSION
6767
git push origin master
6868
6969
# Publish github releases. Also tag will be created.

0 commit comments

Comments
 (0)