From 137a891882afafaa8e9f430f9103f56c49a5943a Mon Sep 17 00:00:00 2001 From: Peter Squicciarini Date: Fri, 18 Sep 2020 05:42:37 -0700 Subject: [PATCH] (experiment) fix quoting --- .github/workflows/macos.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 53491fa..47d8d65 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -38,7 +38,7 @@ jobs: - name: Release uses: softprops/action-gh-release@v1 - if: env.SHOULD_BUILD == "yes" + if: env.SHOULD_BUILD == 'yes' with: tag_name: ${{ env.LATEST_MS_TAG }} files: |