Skip to content

Commit

Permalink
Fix third typo in a row.
Browse files Browse the repository at this point in the history
  • Loading branch information
marceltaeumel committed Sep 25, 2021
1 parent 4a2d077 commit 95752ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bundle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 95752ca

Please sign in to comment.