[ci] Fix stable branch update

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2022-11-02 23:10:08 +01:00
parent 0a937a65d0
commit 9d9be2ee3f
Signed by: luzifer
GPG key ID: D91C3E91E4CAD6F5

View file

@ -69,8 +69,8 @@ jobs:
- name: Update stable branch
if: startsWith(github.ref, 'refs/tags/')
run: |
git branch -f debug ${GITHUB_SHA}
git push -f origin debug
git branch -f stable ${GITHUB_SHA}
git push -f origin stable
- name: Release
uses: softprops/action-gh-release@v1