ci: update stable branch on release (#1414)

This commit is contained in:
2 * r + 2 * t 2026-04-19 21:14:56 +10:00
parent 31c484b041
commit 92276be49a

View file

@ -35,3 +35,8 @@ jobs:
caelestia-shell-${{ github.ref_name }}.tar.gz
caelestia-shell-latest.tar.gz
generate_release_notes: true
- name: Update stable branch
run: |
git branch -f stable "$GITHUB_SHA"
git push origin stable --force