Skip to content

Commit

Permalink
Add force flag to git push command
Browse files Browse the repository at this point in the history
  • Loading branch information
savitaashture committed Sep 11, 2024
1 parent 010be87 commit 4aa5e65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ release: ${CATALOGCD} prepare-release
git-tag-release-version:
if ! git rev-list "${RELEASE_VERSION}".. >/dev/null; then \
git tag -f "$(RELEASE_VERSION)" && \
git push origin --tags; \
git push origin --tags -f; \
fi

# github-release
Expand Down

0 comments on commit 4aa5e65

Please sign in to comment.