ci: release.yml: Remove code handling 6.x backporting of binary releases
This commit is contained in:
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
@@ -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 .
|
||||
|
||||
Reference in New Issue
Block a user