mirror of
https://github.com/cryptomator/cryptomator.git
synced 2026-05-14 08:41:28 +00:00
[ci skip] configure git in flathub job
This commit is contained in:
2
.github/workflows/flathub.yml
vendored
2
.github/workflows/flathub.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user