Skip to content

Commit

Permalink
foo
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgesStavracas committed Nov 24, 2021
1 parent f081575 commit 3e95229
Showing 1 changed file with 21 additions and 10 deletions.
31 changes: 21 additions & 10 deletions .github/workflows/flatpak.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,16 +99,27 @@ jobs:
ostree commit --repo=repo --canonical-permissions --branch=screenshots/x86_64 flatpak_app/screenshots
- 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 }}
shell: bash
run: |
echo "Publishing to Flathub Beta"
- name: "Publish to Flathub"
uses: bilelmoussaoui/flatpak-github-actions/flat-manager@v4
if: "!contains(github.ref, '-rc')"
with:
flat-manager-url: https://hub.flathub.org/
repository: stable
token: ${{ secrets.FLATHUB_TOKEN }}
shell: bash
run: |
echo "Publishing to Flathub"
# - 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"
# uses: bilelmoussaoui/flatpak-github-actions/flat-manager@v4
# if: "!contains(github.ref, '-rc')"
# with:
# flat-manager-url: https://hub.flathub.org/
# repository: stable
# token: ${{ secrets.FLATHUB_TOKEN }}

0 comments on commit 3e95229

Please sign in to comment.