diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a29d262a..8b2805a8 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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