ci: update stable branch on release (#1414)
This commit is contained in:
parent
31c484b041
commit
92276be49a
1 changed files with 5 additions and 0 deletions
5
.github/workflows/release.yml
vendored
5
.github/workflows/release.yml
vendored
|
|
@ -35,3 +35,8 @@ jobs:
|
||||||
caelestia-shell-${{ github.ref_name }}.tar.gz
|
caelestia-shell-${{ github.ref_name }}.tar.gz
|
||||||
caelestia-shell-latest.tar.gz
|
caelestia-shell-latest.tar.gz
|
||||||
generate_release_notes: true
|
generate_release_notes: true
|
||||||
|
|
||||||
|
- name: Update stable branch
|
||||||
|
run: |
|
||||||
|
git branch -f stable "$GITHUB_SHA"
|
||||||
|
git push origin stable --force
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue