CI: Trivial cleanup
Remove quotes from the step name.
This commit is contained in:
parent
bce1d6970a
commit
2c7bc286e6
4
.github/workflows/flatpak.yml
vendored
4
.github/workflows/flatpak.yml
vendored
@ -98,14 +98,14 @@ jobs:
|
||||
run: |
|
||||
ostree commit --repo=repo --canonical-permissions --branch=screenshots/x86_64 flatpak_app/screenshots
|
||||
|
||||
- name: "Publish to Flathub Beta"
|
||||
- name: Publish to Flathub Beta
|
||||
uses: bilelmoussaoui/flatpak-github-actions/flat-manager@v4
|
||||
with:
|
||||
flat-manager-url: https://hub.flathub.org/
|
||||
repository: beta
|
||||
token: ${{ secrets.FLATHUB_BETA_TOKEN }}
|
||||
|
||||
- name: "Publish to Flathub"
|
||||
- name: Publish to Flathub
|
||||
uses: bilelmoussaoui/flatpak-github-actions/flat-manager@v4
|
||||
if: "!contains(github.ref, '-beta') && !contains(github.ref, '-rc')"
|
||||
with:
|
||||
|
Loading…
x
Reference in New Issue
Block a user