mirror of
https://github.com/KRTirtho/spotube.git
synced 2025-09-13 07:55:18 +00:00
cd: use fork of flathub repo instead of the official
This commit is contained in:
parent
0cb87ba6df
commit
51d83e18cc
6
.github/workflows/spotube-publish-binary.yml
vendored
6
.github/workflows/spotube-publish-binary.yml
vendored
@ -18,8 +18,8 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
repository: flathub/com.github.KRTirtho.Spotube
|
||||
token: ${{ secrets.FLATHUB_TOKEN }}
|
||||
repository: KRTirtho/com.github.KRTirtho.Spotube
|
||||
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
path: spotube
|
||||
@ -36,7 +36,7 @@ jobs:
|
||||
git switch update-${{ inputs.version }}
|
||||
|
||||
- name: Push to flathub
|
||||
if: ${{ !inputs.dry_run }}
|
||||
# if: ${{ !inputs.dry_run }}
|
||||
run: git push -u origin update-${{ inputs.version }}
|
||||
|
||||
aur:
|
||||
|
Loading…
Reference in New Issue
Block a user