diff --git a/util/prunetags.sh b/util/prunetags.sh index 8586a00..7e1bded 100755 --- a/util/prunetags.sh +++ b/util/prunetags.sh @@ -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