From 383dd5ae7beadba936e01b2858b0d5722b32d35c Mon Sep 17 00:00:00 2001 From: mintsuki Date: Mon, 29 Mar 2021 19:27:56 +0200 Subject: [PATCH] gh: Automatically update latest-binary branch in workflow --- .github/workflows/main.yml | 2 ++ 1 file changed, 2 insertions(+) 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