Skip to content

Commit

Permalink
Fix branch name in update_version script (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
rogebrd authored Oct 17, 2020
1 parent 7e1be66 commit f546ce3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/update_version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ else
set -ex
NEW_VERSION=$1

git checkout master
git checkout main
git reset --hard HEAD

git tag "v${NEW_VERSION}" -m "${NEW_VERSION} release"

git push origin
git push origin --tags
fi
fi

0 comments on commit f546ce3

Please sign in to comment.