From 4c1377774d8826fbbc0659c0cbb2eb0e38f03460 Mon Sep 17 00:00:00 2001 From: Stenzek Date: Mon, 4 Nov 2024 13:07:39 +1000 Subject: [PATCH] CI: Remove Flathub push --- .github/workflows/rolling-release.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.github/workflows/rolling-release.yml b/.github/workflows/rolling-release.yml index e050de5dd..af4d31c02 100644 --- a/.github/workflows/rolling-release.yml +++ b/.github/workflows/rolling-release.yml @@ -530,15 +530,6 @@ jobs: run: | flatpak-builder-lint repo repo - - name: Push To Flathub Stable - if: github.ref == 'refs/heads/dev' - uses: flathub-infra/flatpak-github-actions/flat-manager@b6c92176b7f578aedd80cac74cd8f0336f618e89 - with: - flat-manager-url: https://hub.flathub.org/ - repository: stable - token: ${{ secrets.FLATHUB_STABLE_TOKEN }} - build-log-url: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }} - - name: Upload Flatpak uses: actions/upload-artifact@v4.3.3 with: