ci: release.yml: Remove code handling 6.x backporting of binary releases

This commit is contained in:
mintsuki 2024-08-02 17:59:09 +02:00
parent 6d9df3f062
commit ee8eb0f8b2

View File

@ -77,9 +77,6 @@ jobs:
git push origin $BRANCH_NAME-binary
git tag $TAG_NAME-binary
git push origin $BRANCH_NAME-binary --tags
git checkout v6.x-branch-binary
git rebase $BRANCH_NAME-binary
git push origin v6.x-branch-binary
- name: Cleanup source tree
run: git checkout $TAG_NAME && rm -rf * && git checkout .