mirror of
https://github.com/KRTirtho/spotube.git
synced 2025-09-13 07:55:18 +00:00
cd: fix release flathub git user name and email not configured
This commit is contained in:
parent
461daf0271
commit
d674b61275
2
.github/workflows/spotube-release.yml
vendored
2
.github/workflows/spotube-release.yml
vendored
@ -241,6 +241,8 @@ jobs:
|
||||
- run: |
|
||||
python3 spotube/scripts/update_flathub_version.py ${{ steps.tag.outputs.tag }}
|
||||
rm -rf spotube
|
||||
git config --global user.email "krtirtho@gmail.com"
|
||||
git config --global user.name "Kingkor Roy Tirtho"
|
||||
git add .
|
||||
git commit -m "v${{ steps.tag.outputs.tag }} Update"
|
||||
git branch update-${{ steps.tag.outputs.tag }}
|
||||
|
Loading…
Reference in New Issue
Block a user