Skip to content

Commit

Permalink
CI: Re-enable Flathub pushes
Browse files Browse the repository at this point in the history
The job can just take longer.. can't be arsed to write a separate
workflow at the moment.
  • Loading branch information
stenzek committed Jun 14, 2024
1 parent d51b880 commit d45e218
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/rolling-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -309,14 +309,14 @@ jobs:
restore-cache: true
cache-key: flatpak-x64-${{ hashFiles('scripts/flatpak/**/*.json') }}

# - name: Push to Flathub stable
# if: github.ref == 'refs/heads/dev'
# uses: flathub-infra/flatpak-github-actions/flat-manager@23796715b3dfa4c86ddf50cf29c3cc8b3c82dca8
# 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: Push to Flathub stable
if: github.ref == 'refs/heads/dev'
uses: flathub-infra/flatpak-github-actions/flat-manager@23796715b3dfa4c86ddf50cf29c3cc8b3c82dca8
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: Validate build
run: |
Expand Down

0 comments on commit d45e218

Please sign in to comment.