Skip to content

Commit

Permalink
Fix pushing of release tag
Browse files Browse the repository at this point in the history
  • Loading branch information
msimberg committed Feb 14, 2020
1 parent b59463c commit 070a109
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/roll_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ git config user.name "STE||AR Group"
echo ""
echo "Tagging release."
git tag -s -a "${VERSION_FULL_TAG}" -m "${VERSION_DESCRIPTION}"
git push origin "${VERSION_FULL_TAG}"

echo ""
echo "Creating release."
Expand Down

0 comments on commit 070a109

Please sign in to comment.