mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-12 18:27:24 +01:00
Also reset test for actual releases
This commit is contained in:
parent
7fea8d3854
commit
5f1dac98d6
1 changed files with 3 additions and 1 deletions
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
|
|
@ -75,8 +75,10 @@ jobs:
|
||||||
git config --global user.name "Actions User"
|
git config --global user.name "Actions User"
|
||||||
git config --global user.email "actions@github.com"
|
git config --global user.email "actions@github.com"
|
||||||
|
|
||||||
git fetch origin master && git checkout master
|
git fetch origin master && git fetch origin test && git branch -f test origin/master && git checkout master
|
||||||
git add repo.json
|
git add repo.json
|
||||||
git commit -m "[CI] Updating repo.json for ${{ github.ref }}" || true
|
git commit -m "[CI] Updating repo.json for ${{ github.ref }}" || true
|
||||||
|
|
||||||
git push origin master || true
|
git push origin master || true
|
||||||
|
git checkout test
|
||||||
|
git push origin test -f || true
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue