Skip to content

Commit

Permalink
retag.sh: Add separate push command prior to tags push
Browse files Browse the repository at this point in the history
  • Loading branch information
JOJ0 committed Jan 25, 2022
1 parent 70f1a84 commit 1232f91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion retag.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ PUSH_OPTS="$2"
set -x
VERS=$1

git tag -d $VERS; git push origin --delete $VERS; git tag $VERS; git push --tags --follow-tags
git tag -d $VERS; git push origin --delete $VERS; git tag $VERS; git push; git push --tags --follow-tags

0 comments on commit 1232f91

Please sign in to comment.