gh: Automatically update latest-binary branch in workflow

This commit is contained in:
mintsuki 2021-03-29 19:27:56 +02:00
parent 012d0627be
commit 383dd5ae7b
1 changed files with 2 additions and 0 deletions

View File

@ -93,6 +93,8 @@ jobs:
git push origin $BRANCH_NAME-binary
git tag $TAG_NAME-binary
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
run: echo "Binary release can be found at https://github.com/limine-bootloader/limine/tree/$TAG_NAME-binary" > rel_notes.txt