diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index 953ea2a0..4e37b896 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -32,6 +32,7 @@ jobs: run: npm run build - name: Set up Environment Variables + if: ${{ env.UPLOAD_MODE == 'MAP_STORAGE' }} run: | # MAP_STORAGE_API_KEY must always come from GitHub Secrets in CI if [ -z "${{ secrets.MAP_STORAGE_API_KEY }}" ]; then