Skip to content

Commit

Permalink
add back tagging on release branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Dirrk committed Jan 17, 2020
1 parent e7f0f72 commit 24068b2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/pre-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,10 @@ create_release () {
git_commit
git push
echo "::debug pushed changes"

git tag -f "${TAG_PREFIX}${NEW_VERSION}"
git push -f --tags
echo "debug: pushed tags"
}

master_release () {
Expand Down

0 comments on commit 24068b2

Please sign in to comment.