gha: Do not repush all tags on release

This commit is contained in:
Mintsuki 2025-03-11 00:47:16 +01:00
parent 34bf94776b
commit 6d177ccc77
No known key found for this signature in database
GPG Key ID: 1F3C021BECA23821

View File

@ -88,7 +88,7 @@ jobs:
git commit -m "Binary release $TAG_NAME" -S
git push origin $BRANCH_NAME-binary
git tag $TAG_NAME-binary -s -m $TAG_NAME-binary
git push origin $BRANCH_NAME-binary --tags
git push origin $TAG_NAME-binary
- name: Cleanup source tree
run: git checkout $TAG_NAME && rm -rf * && git checkout .