mirror of
https://github.com/KRTirtho/spotube.git
synced 2025-09-12 23:45:18 +00:00
cd(flathub): publish flow update
This commit is contained in:
parent
83792bdca2
commit
5ffed01a37
9
.github/workflows/spotube-release.yml
vendored
9
.github/workflows/spotube-release.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user