dont delete the tag, just delete the release

This commit is contained in:
benniekiss 2024-07-13 21:29:23 +00:00
parent d9518fd6b1
commit 5eab7772f3

View file

@ -93,7 +93,6 @@ maybe_override() {
return
fi
api DELETE repos/$REPO/releases/tags/$TAG >& /dev/null || true
api DELETE repos/$REPO/tags/$TAG >& /dev/null || true
}
upload() {