Skip to content

Commit

Permalink
Create tag and then push
Browse files Browse the repository at this point in the history
  • Loading branch information
mariusbreivik committed Jan 6, 2021
1 parent a75441b commit 3c8349c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion createTag.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ NEEDS_TAG=$(git describe --contains "$GIT_COMMIT" 2>/dev/null)

if [ -z "$NEEDS_TAG" ]; then
echo "Tagged with $NEW_TAG"
git tag -a $NEW_TAG -m"Release $NEW_TAG"
git push --tags
git push
else
echo "Already a tag on this commit"
fi
Expand Down

0 comments on commit 3c8349c

Please sign in to comment.