Skip to content
This repository has been archived by the owner on Jul 29, 2024. It is now read-only.

Commit

Permalink
tttt
Browse files Browse the repository at this point in the history
  • Loading branch information
verticalsync committed Jul 4, 2024
1 parent 7561ef5 commit ac6fff8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/meta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@ jobs:
git checkout -b ci/meta-update
git add meta/io.github.verticalsync.sunroof.metainfo.xml
git commit -m "Insert release changes for ${{ github.event.release.tag_name }}"
git pull
git push origin ci/meta-update
git push origin ci/meta-update --force
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 }}. @verticalsync"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit ac6fff8

Please sign in to comment.