From 227d9979007b13d52e5b358c3e68c483563816e0 Mon Sep 17 00:00:00 2001 From: Wayne Starr Date: Wed, 20 Mar 2024 16:49:17 -0600 Subject: [PATCH] chore: fix quotes on release workflow (#86) --- .github/workflows/tag-and-release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tag-and-release.yaml b/.github/workflows/tag-and-release.yaml index 4098412e..e488f269 100644 --- a/.github/workflows/tag-and-release.yaml +++ b/.github/workflows/tag-and-release.yaml @@ -52,7 +52,7 @@ jobs: run: uds run -f tasks/publish.yaml package --set FLAVOR=${{ matrix.flavor }} - name: Publish Bundle - if: ${{ matrix.flavor == "upstream" }} + if: ${{ matrix.flavor == 'upstream' }} run: uds run -f tasks/publish.yaml test-bundle --set FLAVOR=${{ matrix.flavor }} - name: Save logs