Explorar el Código

[ci skip] automatically set up tracking branch on push

Armin Schrenk hace 1 año
padre
commit
a94bf99660
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      .github/workflows/flathub.yml

+ 1 - 0
.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