mirror of
https://github.com/BtbN/FFmpeg-Builds.git
synced 2025-04-29 22:24:28 +02:00
Don't double-delete tags
This commit is contained in:
parent
dd0713049b
commit
b7e5c27b96
@ -33,7 +33,6 @@ done
|
||||
for TAG in ${TAGS[@]}; do
|
||||
echo "Deleting ${TAG}"
|
||||
gh release delete --cleanup-tag --yes "${TAG}"
|
||||
git tag -d "${TAG}"
|
||||
done
|
||||
|
||||
git push --tags --prune
|
||||
|
Loading…
x
Reference in New Issue
Block a user