We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec97d9a commit a489e3aCopy full SHA for a489e3a
.make/tag.mk
@@ -16,5 +16,5 @@ tag-up:
16
echo "Current branch: $(CURRENT_BRANCH)"; \
17
exit 1; \
18
fi
19
- @git fetch --tags
20
- @echo $(GIT_NEW_TAG) && git tag "v$(GIT_NEW_TAG)" && git push origin "v$(GIT_NEW_TAG)"
+ @git fetch --tags --force
+ @echo $(GIT_NEW_TAG) && git tag "v$(GIT_NEW_TAG)" && git push origin --force "v$(GIT_NEW_TAG)"
0 commit comments