Skip to content

Commit

Permalink
Update release.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
mpowaga authored Sep 2, 2023
1 parent 09b1ac4 commit 86c4f3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ npm ci
NODE_OPTIONS=--openssl-legacy-provider npm run build
git add dist
git commit -m "npm run build"
git push origin master

VERSION=$(npm version patch)
git push origin $VERSION
git tag --force v1
git push --force origin v1
git push origin master

0 comments on commit 86c4f3a

Please sign in to comment.