Skip to content

Commit

Permalink
Merge branch 'main' into update-detective-1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
danirabbit authored Sep 3, 2024
2 parents cc2c34e + 3640b5e commit a449f1a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
platforms: arm64

- name: Build
uses: flatpak/flatpak-github-actions/flatpak-builder@v6
uses: flatpak/flatpak-github-actions/flatpak-builder@v6.3
with:
bundle: ${{ needs.parse.outputs.rdnn }}.flatpak
manifest-path: ${{ steps.manifest.outputs.manifest }}
Expand All @@ -80,10 +80,10 @@ jobs:
arch: ${{ matrix.arch }}

- name: Deploy
uses: flatpak/flatpak-github-actions/flat-manager@v6
uses: flatpak/flatpak-github-actions/flat-manager@0ab9dd6a6afa6fe7e292db0325171660bf5b6fdf # v6.3 plus https://github.com/flatpak/flatpak-github-actions/pull/160
with:
repository: appcenter
flat-manager-url: https://flatpak-api.elementary.io
token: ${{ secrets.FLAT_MANAGER_TOKEN }}
end-of-life: ${{ needs.parse.outputs.end-of-life }}
end-of-life: "${{ needs.parse.outputs.end-of-life }}"
end-of-life-rebase: ${{ needs.parse.outputs.end-of-life-rebase }}

0 comments on commit a449f1a

Please sign in to comment.