gh: Unbind latest-binary
This commit is contained in:
parent
f41e6b29a2
commit
4d6674fd6b
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -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 .
|
||||
|
Loading…
Reference in New Issue
Block a user