Skip to content

Commit a619595

Browse files
author
Jake Champion
committed
fix script to not build spidermonkey when a release has not been created
1 parent 9b8799c commit a619595

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
) }}-${{ matrix.profile }}
5656

5757
- name: "Build SpiderMonkey"
58-
if: ${{ steps.release.outputs.release_created }} && steps.sm-cache.outputs.cache-hit != 'true'
58+
if: ${{ steps.release.outputs.release_created && steps.sm-cache.outputs.cache-hit != 'true' }}
5959
run: |
6060
cd c-dependencies/spidermonkey/
6161
bash ./build-engine.sh ${{ matrix.profile }}

0 commit comments

Comments
 (0)