mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-12 18:27:24 +01:00
ci: checkout master before committing
This commit is contained in:
parent
7b80327f82
commit
04e7fa4aa5
1 changed files with 1 additions and 0 deletions
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
|
|
@ -93,6 +93,7 @@ jobs:
|
|||
git config --global user.name "Actions User"
|
||||
git config --global user.email "actions@github.com"
|
||||
|
||||
git fetch origin master && git checkout master
|
||||
git add repo.json
|
||||
git commit -m "[CI] Updating repo.json for ${{ github.ref }}" || true
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue