Fix deploy-release job

This commit is contained in:
Hood Chatham 2024-02-28 13:48:00 -08:00
parent 6e162830c0
commit 3549bc7bc8
1 changed files with 2 additions and 1 deletions

View File

@ -517,8 +517,9 @@ jobs:
/tmp/ghr-bin -t "${GITHUB_TOKEN}" -u "${CIRCLE_PROJECT_USERNAME}" \
-r "${CIRCLE_PROJECT_REPONAME}" -c "${CIRCLE_SHA1}" \
-delete "${CIRCLE_TAG}" \
-delete \
${MAYBE_PRE_RELEASE} \
"${CIRCLE_TAG}" \
dist
- run: