From a94bf99660a95c9b0c7298ac9923ba8bd4fa9b5a Mon Sep 17 00:00:00 2001 From: Armin Schrenk Date: Fri, 23 Feb 2024 17:13:11 +0100 Subject: [PATCH] [ci skip] automatically set up tracking branch on push --- .github/workflows/flathub.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/flathub.yml b/.github/workflows/flathub.yml index 49a993f54..9b76f255d 100644 --- a/.github/workflows/flathub.yml +++ b/.github/workflows/flathub.yml @@ -64,6 +64,7 @@ jobs: run: | git config user.name "${{ github.actor }}" git config user.email "${{ github.actor_id }}+${{ github.actor }}@users.noreply.github.com" + git config push.autoSetupRemote true git stage . git commit -m "Prepare release ${{needs.get-version.outputs.semVerStr}}" git push