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 47d4869 commit 2deeca4Copy full SHA for 2deeca4
1 file changed
.github/workflows/exec.yml
@@ -46,7 +46,8 @@ jobs:
46
title="$(cat title.txt)"
47
48
if gh release view "${tag}" >/dev/null 2>&1; then
49
- gh release delete "${tag}" --yes --cleanup-tag
+ echo "Release ${tag} already exists; skipping publish."
50
+ exit 0
51
fi
52
53
shopt -s nullglob
0 commit comments