瀏覽代碼

[ci skip] configure git in flathub job

Armin Schrenk 1 年之前
父節點
當前提交
b3ce777a42
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      .github/workflows/flathub.yml

+ 2 - 0
.github/workflows/flathub.yml

@@ -62,6 +62,8 @@ jobs:
           rm yq
       - name: Commit and push
         run: |
+          git config --global user.email "${{ github.event.sender.email }}"
+          git config --global user.name "${{ github.event.sender.name }}"
           git stage .
           git commit -m "Prepare release ${{needs.get-version.outputs.semVerStr}}"
           git push