mirror of
https://github.com/limine-bootloader/limine
synced 2025-02-21 11:34:10 +03:00
ci: release.yml: Remove code handling 6.x backporting of binary releases
This commit is contained in:
parent
6d9df3f062
commit
ee8eb0f8b2
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 .
|
||||
|
Loading…
x
Reference in New Issue
Block a user