Skip to content

Commit

Permalink
Revert "Add force flag to git push command"
Browse files Browse the repository at this point in the history
This reverts commit 4aa5e65.
  • Loading branch information
savitaashture committed Sep 11, 2024
1 parent 4aa5e65 commit 826808b
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 -f; \
git push origin --tags; \
fi

# github-release
Expand Down

0 comments on commit 826808b

Please sign in to comment.