Skip to content

Commit

Permalink
Modify release script
Browse files Browse the repository at this point in the history
  • Loading branch information
ospfranco committed Jul 31, 2024
1 parent 8d6a56c commit 0d4327d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ git commit -m "Release v$VERSION"
git push
git tag "$VERSION"
git push --tags
npm publish
# npm publish

0 comments on commit 0d4327d

Please sign in to comment.