From ee64c60219a7b24e36fa49a0a8b5617b5d1e0c7e Mon Sep 17 00:00:00 2001 From: m2 <69128853+m2Giles@users.noreply.github.com> Date: Mon, 28 Oct 2024 22:47:33 -0400 Subject: [PATCH] feat: Update Tags for F41 Release --- .github/workflows/reusable-build.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/reusable-build.yml b/.github/workflows/reusable-build.yml index 1c14aeb..97e1d5a 100644 --- a/.github/workflows/reusable-build.yml +++ b/.github/workflows/reusable-build.yml @@ -85,16 +85,16 @@ jobs: if [[ "${{ matrix.fedora_version }}" -eq "39" ]]; then IS_LATEST_VERSION=false IS_STABLE_VERSION=true - IS_GTS_VERSION=true + IS_GTS_VERSION=false IS_BETA_VERSION=false elif [[ "${{ matrix.fedora_version }}" -eq "40" ]]; then - IS_LATEST_VERSION=true + IS_LATEST_VERSION=false IS_STABLE_VERSION=true - IS_GTS_VERSION=false + IS_GTS_VERSION=true IS_BETA_VERSION=false elif [[ "${{ matrix.fedora_version }}" -eq "41" ]]; then - IS_LATEST_VERSION=false - IS_STABLE_VERSION=false + IS_LATEST_VERSION=true + IS_STABLE_VERSION=true IS_GTS_VERSION=false IS_BETA_VERSION=true fi