mirror of
https://code.forgejo.org/actions/forgejo-release.git
synced 2025-04-24 18:02:15 +00:00
dont delete the tag, just delete the release
This commit is contained in:
parent
d9518fd6b1
commit
5eab7772f3
1 changed files with 0 additions and 1 deletions
|
@ -93,7 +93,6 @@ maybe_override() {
|
||||||
return
|
return
|
||||||
fi
|
fi
|
||||||
api DELETE repos/$REPO/releases/tags/$TAG >& /dev/null || true
|
api DELETE repos/$REPO/releases/tags/$TAG >& /dev/null || true
|
||||||
api DELETE repos/$REPO/tags/$TAG >& /dev/null || true
|
|
||||||
}
|
}
|
||||||
|
|
||||||
upload() {
|
upload() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue