gh: Automatically update latest-binary branch in workflow
This commit is contained in:
parent
012d0627be
commit
383dd5ae7b
|
@ -93,6 +93,8 @@ jobs:
|
||||||
git push origin $BRANCH_NAME-binary
|
git push origin $BRANCH_NAME-binary
|
||||||
git tag $TAG_NAME-binary
|
git tag $TAG_NAME-binary
|
||||||
git push origin $BRANCH_NAME-binary --tags
|
git push origin $BRANCH_NAME-binary --tags
|
||||||
|
git checkout latest-binary
|
||||||
|
git rebase $BRANCH_NAME-binary && git push origin latest-binary
|
||||||
|
|
||||||
- name: Create release notes
|
- name: Create release notes
|
||||||
run: echo "Binary release can be found at https://github.com/limine-bootloader/limine/tree/$TAG_NAME-binary" > rel_notes.txt
|
run: echo "Binary release can be found at https://github.com/limine-bootloader/limine/tree/$TAG_NAME-binary" > rel_notes.txt
|
||||||
|
|
Loading…
Reference in New Issue