ci: is very hard to get right [skip ci]
This commit is contained in:
parent
017c2c847f
commit
35d2dd6505
1 changed files with 1 additions and 0 deletions
1
.github/workflows/meta.yml
vendored
1
.github/workflows/meta.yml
vendored
|
@ -32,6 +32,7 @@ jobs:
|
|||
git checkout -b ci/meta-update
|
||||
git add meta/dev.vencord.Vesktop.metainfo.xml
|
||||
git commit -m "Insert release changes for ${{ github.event.release.tag_name }} [skip ci]"
|
||||
git push origin ci/meta-update
|
||||
gh pr create -B main -H ci/meta-update -t "Metainfo for ${{ github.event.release.tag_name }}" -b "This PR updates the metainfo for release ${{ github.event.release.tag_name }}."
|
||||
gh pr merge --admin -d -r
|
||||
env:
|
||||
|
|
Loading…
Reference in a new issue