소스 검색

[ci skip] automatically set up tracking branch on push

Armin Schrenk 1 년 전
부모
커밋
a94bf99660
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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