Removed prune tags step

This commit is contained in:
Florian Fetz 2022-04-02 11:46:02 +02:00 committed by GitHub
parent eee8395092
commit 974a724cc9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -177,7 +177,3 @@ jobs:
hub release create $(for a in latest_artifacts/*; do echo -a $a; done) -m "$NAME" -t "master" "$TAGNAME"
env:
GITHUB_TOKEN: ${{ github.token }}
- name: Prune old releases
run: ./util/prunetags.sh
env:
GITHUB_TOKEN: ${{ github.token }}