From ac6fff8fb497c4d48eca22953dfbd44d497d2849 Mon Sep 17 00:00:00 2001 From: verticalsync <60797172+verticalsync@users.noreply.github.com> Date: Thu, 4 Jul 2024 22:29:09 +0300 Subject: [PATCH] tttt --- .github/workflows/meta.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/meta.yml b/.github/workflows/meta.yml index de33e78..411a175 100644 --- a/.github/workflows/meta.yml +++ b/.github/workflows/meta.yml @@ -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 }}