:: commit 4d6674fd6b7f373154be5557fbf31d4b172cc3e0

mintsuki <mintsuki@protonmail.com> — 2022-03-26 11:34

parents: f41e6b29a2

gh: Unbind latest-binary

diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index b8d43ff5..e5633387 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -90,8 +90,6 @@ 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: Cleanup source tree
         run: git checkout $TAG_NAME && rm -rf * && git checkout .
tab: 248 wrap: offon