ci: temporarily override release version check

[ci skip]
This commit is contained in:
Ty Lamontagne 2024-07-31 13:19:08 -04:00
parent d6e57f3867
commit 40cd0d898f
No known key found for this signature in database
GPG Key ID: 41C90AE46958A892
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ jobs:
# Use fromJson() to convert them to proper integers...
# see: https://github.com/github/docs/pull/25870
# and: https://github.com/orgs/community/discussions/57480
if: fromJson(needs.check.outputs.FLATHUB_RELEASE) < fromJson(needs.check.outputs.PCSX2_RELEASE)
#if: fromJson(needs.check.outputs.FLATHUB_RELEASE) < fromJson(needs.check.outputs.PCSX2_RELEASE)
name: "Build and publish Flatpak"
uses: ./.github/workflows/linux_build_flatpak.yml
with: