fix: add shell

This commit is contained in:
nafees nazik
2024-01-05 00:03:20 +05:30
parent ce6f523230
commit b35f050409
3 changed files with 3 additions and 0 deletions

View File

@ -27,4 +27,5 @@ runs:
key: ${{ runner.os }}-${{ env.cache-name }}-${{ env.key-1 }}-${{ env.key-2 }}-${{ env.key-3 }}
- run: npm run build
shell: bash
if: steps.production-build-cache.outputs.cache-hit != 'true'