From 9deff4b2661dd47bc216cf5b89cdbd91bf7e5b43 Mon Sep 17 00:00:00 2001 From: noahdotpy Date: Tue, 9 Jan 2024 21:19:10 +1000 Subject: [PATCH] fix: fix build.yml --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c0816939..1f971fb5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -116,7 +116,7 @@ jobs: BUILD_TAGS+=("${TIMESTAMP}") BUILD_TAGS+=("testing") fi - if [[ ${{ github.ref_name }} == "live" ]]; then + elif [[ ${{ github.ref_name }} == "live" ]]; then BUILD_TAGS=("${MAJOR_VERSION}" "${MAJOR_VERSION}-${TIMESTAMP}") if [[ "${{ matrix.is_latest_version }}" == "true" ]] && \ [[ "${{ matrix.is_stable_version }}" == "true" ]]; then