Skip to content

Commit

Permalink
Merge pull request #91 from vaibhav-kaushal/main
Browse files Browse the repository at this point in the history
making releaser script force push tag
  • Loading branch information
vaibhav-kaushal authored Oct 20, 2023
2 parents 25afccd + c189b6c commit bfe43f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion releaser.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ fi
echo "Tagging"
git tag -a $RELEASEVERSION -m "Release $RELEASEVERSION"
echo "Pushing"
git push origin refs/tags/$RELEASEVERSION
git push -f origin refs/tags/$RELEASEVERSION

# Run a Docker multi-platform build along with the push
echo "Building the docker image for the release"
Expand Down

0 comments on commit bfe43f5

Please sign in to comment.