From 2c7bc286e67dba04f11d2fd1791122594aab0f1f Mon Sep 17 00:00:00 2001 From: Georges Basile Stavracas Neto Date: Thu, 30 Dec 2021 10:42:20 -0300 Subject: [PATCH] CI: Trivial cleanup Remove quotes from the step name. --- .github/workflows/flatpak.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/flatpak.yml b/.github/workflows/flatpak.yml index e5507bd48..baec2a982 100644 --- a/.github/workflows/flatpak.yml +++ b/.github/workflows/flatpak.yml @@ -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: