From 95752ca9448138a272354b86e12e4ef8168d1c9e Mon Sep 17 00:00:00 2001 From: Marcel Taeumel Date: Sat, 25 Sep 2021 20:04:56 +0200 Subject: [PATCH] Fix third typo in a row. --- .github/workflows/bundle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/bundle.yml b/.github/workflows/bundle.yml index 15f9f1c..bef1150 100644 --- a/.github/workflows/bundle.yml +++ b/.github/workflows/bundle.yml @@ -166,7 +166,7 @@ jobs: path: product/* - run: ./deploy_bundles.sh - if: env.SHOULD_DEPLOY == "true" + if: env.SHOULD_DEPLOY == 'true' env: DEPLOY_KEY: ${{ secrets.DEPLOY_KEY }} DEPLOY_IV: ${{ secrets.DEPLOY_IV }}