From 0ea9c04a928ea2c8cd51308d9e1c441432b382ab Mon Sep 17 00:00:00 2001 From: XargonWan Date: Mon, 3 Feb 2025 11:03:47 +0900 Subject: [PATCH] WORKFLOW: changing push action - fix1 [skip ci] --- .github/workflows/flathub_push_main.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/flathub_push_main.yml b/.github/workflows/flathub_push_main.yml index 20cd7a41..45c6fd05 100644 --- a/.github/workflows/flathub_push_main.yml +++ b/.github/workflows/flathub_push_main.yml @@ -16,7 +16,7 @@ jobs: with: fetch-depth: 1 - - name: Pushing main to Flathub + - name: Preparing data to push run: automation_tools/flathub_push_main.sh env: GIT_NAME: ${{ secrets.GITNAME }} @@ -28,10 +28,9 @@ jobs: message: "Updated flathub/net.retrodeck.retrodeck to v${{ env.RELNAME }} from RetroDECK/${{ env.RD_BRANCH }}" new_branch: "${{ env.RD_BRANCH }}" cwd: "${{ env.FOLDER_TO_PUSH }}" - push: 'origin ${{ env.TARGET_REPO }} --force' + push: 'origin ${{ env.TARGET_REPO }} --set-upstream --force' author_email: ${{ secrets.GITMAIL }} committer_email: ${{ secrets.GITNAME }} - create_branch: true add: "*" tag: "v${{ env.RD_BRANCH }}" tag_push: '--force' \ No newline at end of file