Skip to content

Commit

Permalink
cd: fix release flathub git user name and email not configured
Browse files Browse the repository at this point in the history
  • Loading branch information
KRTirtho committed Dec 9, 2022
1 parent 461daf0 commit d674b61
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/spotube-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 "[email protected]"
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 }}
Expand Down

0 comments on commit d674b61

Please sign in to comment.