Stop infinite loop of deleting/creating tag on release

This commit is contained in:
Yusuke Kuoka 2022-01-10 09:07:00 +00:00
parent 9e9a90f8ef
commit 87e5903705
1 changed files with 1 additions and 1 deletions

View File

@ -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: