From 8de06906b8c91bf815473237ea43fb3125787aac Mon Sep 17 00:00:00 2001 From: Mauro Balades Date: Mon, 22 Jul 2024 19:41:15 +0200 Subject: [PATCH] chore: Update Windows profile build workflow to include version bump step --- .github/workflows/alpha.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/alpha.yml b/.github/workflows/alpha.yml index 7450051a3..d4d8422a4 100644 --- a/.github/workflows/alpha.yml +++ b/.github/workflows/alpha.yml @@ -288,12 +288,12 @@ jobs: distro-flatpak: name: Build flatpak repos - needs: [release] + needs: [linux] runs-on: ubuntu-latest container: image: bilelmoussaoui/flatpak-github-actions:gnome-44 options: --privileged - if: ${{ github.event.inputs.create_release == 'true' && false }} + if: ${{ github.event.inputs.create_release == 'true' }} steps: - uses: actions/checkout@v3