From 83ca78944e189f1db18ac72b8719c4e334283dc9 Mon Sep 17 00:00:00 2001 From: RJ Trujillo Date: Thu, 7 Dec 2023 14:33:16 -0700 Subject: [PATCH] Update 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 ff79a90..a042703 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -103,7 +103,7 @@ jobs: BUILD_TAGS+=("latest") fi - if [[ "${{ matrix.is_gtst_version }}" == "true" ]] && \ + if [[ "${{ matrix.is_gts_version }}" == "true" ]] && \ [[ "${{ matrix.is_latest_driver }}" == "true" ]]; then BUILD_TAGS+=("gts-${TIMESTAMP}") BUILD_TAGS+=("gts")