[ci skip] configure git in flathub job

This commit is contained in:
Armin Schrenk
2024-02-23 16:29:18 +01:00
parent 3085df3397
commit b3ce777a42

View File

@@ -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