We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b8799c commit a619595Copy full SHA for a619595
.github/workflows/release-please.yml
@@ -55,7 +55,7 @@ jobs:
55
) }}-${{ matrix.profile }}
56
57
- name: "Build SpiderMonkey"
58
- if: ${{ steps.release.outputs.release_created }} && steps.sm-cache.outputs.cache-hit != 'true'
+ if: ${{ steps.release.outputs.release_created && steps.sm-cache.outputs.cache-hit != 'true' }}
59
run: |
60
cd c-dependencies/spidermonkey/
61
bash ./build-engine.sh ${{ matrix.profile }}
0 commit comments