mirror of
https://github.com/Luzifer/twitch-bot.git
synced 2024-11-08 08:10:08 +00:00
[ci] Fix stable branch update
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
0a937a65d0
commit
9d9be2ee3f
1 changed files with 2 additions and 2 deletions
4
.github/workflows/test-and-build.yml
vendored
4
.github/workflows/test-and-build.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue