cd(flathub): publish flow update

This commit is contained in:
Kingkor Roy Tirtho 2022-10-14 11:15:19 +06:00
parent 83792bdca2
commit 5ffed01a37

View File

@ -241,10 +241,11 @@ jobs:
- run: |
python3 spotube/scripts/update_flathub_version.py ${{ steps.tag.outputs.tag }}
rm -rf spotube
- uses: EndBug/add-and-commit@v9
with:
message: v${{ steps.tag.outputs.tag }} Update
push: origin master
git add .
git commit -m "v${{ steps.tag.outputs.tag }} Update"
git branch update-${{ steps.tag.outputs.tag }}
git switch update-${{ steps.tag.outputs.tag }}
git push -u origin update-${{ steps.tag.outputs.tag }}
publish_aur:
needs: update_release