mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-12 10:17:22 +01:00
Update release action for build.
This commit is contained in:
parent
7635c0c834
commit
7db67fefa8
1 changed files with 6 additions and 3 deletions
9
.github/workflows/release.yml
vendored
9
.github/workflows/release.yml
vendored
|
|
@ -75,10 +75,13 @@ jobs:
|
|||
git config --global user.name "Actions User"
|
||||
git config --global user.email "actions@github.com"
|
||||
|
||||
git fetch origin master && git fetch origin test && git checkout master
|
||||
git fetch origin master
|
||||
git fetch origin test
|
||||
git checkout master
|
||||
git add repo.json
|
||||
git commit -m "[CI] Updating repo.json for ${{ github.ref }}" || true
|
||||
|
||||
git push origin master || true
|
||||
git branch -f test origin/master && git checkout test
|
||||
git push origin master
|
||||
git branch -f test origin/master
|
||||
git checkout test
|
||||
git push origin test -f || true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue