diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index eb3dd44..d86e651 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: steps: - name: Check if deployment if: ${{ github.ref == 'refs/heads/master' || (contains(github.ref, 'tags') && contains(github.ref, matrix.architecture)) }} - run: echo "IS_DEPLOYMENT='true'" >> $GITHUB_ENV + run: echo "IS_DEPLOYMENT=true" >> $GITHUB_ENV - name: Deployment Status id: deployment if: ${{ env.IS_DEPLOYMENT == 'true' }}