mirror of
https://github.com/BtbN/FFmpeg-Builds.git
synced 2025-06-12 05:17:39 +02:00
Don't double-delete tags
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user