Skip to content

Commit

Permalink
Update build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
JuanBindez authored Feb 17, 2025
1 parent 11638a2 commit d144f7d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ EXTRAVERSION=""
NOTES="(update)"
BRANCH="main"

set -e

if [[ -z $PATCH ]]; then
PATCH=""
else
Expand All @@ -29,4 +31,4 @@ git add .
git commit -m "$FULL_VERSION $NOTES"
git push -u origin $BRANCH
git tag v$FULL_VERSION
git push --tags
git push --tags

0 comments on commit d144f7d

Please sign in to comment.