Skip to content

Commit

Permalink
Stop infinite loop of deleting/creating tag on release
Browse files Browse the repository at this point in the history
  • Loading branch information
mumoshu committed Jan 10, 2022
1 parent 9e9a90f commit 87e5903
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 @@ -59,7 +59,7 @@ pristine: generate fmt
.PHONY: pristine

release: pristine cross
@ghr -b ${BODY} -t ${GITHUB_TOKEN} -u ${ORG} -recreate ${TAG} dist
@ghr -b ${BODY} -t ${GITHUB_TOKEN} -u ${ORG} ${TAG} dist
.PHONY: release

image:
Expand Down

0 comments on commit 87e5903

Please sign in to comment.