Skip to content

Commit f2ee333

Browse files
authored
Update release-please.yml
1 parent 88b2b87 commit f2ee333

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release-please.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
update-lock-and-docs:
2525
runs-on: ubuntu-latest
2626
needs: release-please
27-
if: ${{ needs.release-please.outputs.pr && !needs.release-please.outputs.release_created }}
27+
if: ${{ needs.release-please.outputs.pr && !needs.release-please.outputs.releases_created }}
2828
steps:
2929
- name: Checkout
3030
uses: actions/checkout@v3
@@ -60,7 +60,7 @@ jobs:
6060
publish:
6161
runs-on: ubuntu-latest
6262
needs: release-please
63-
if: ${{ needs.release-please.outputs.release_created }}
63+
if: ${{ needs.release-please.outputs.releases_created }}
6464
steps:
6565
- name: Checkout
6666
uses: actions/checkout@v3
@@ -96,7 +96,7 @@ jobs:
9696
) }}-release
9797

9898
- name: "Build SpiderMonkey"
99-
if: ${{ steps.release.outputs.release_created && steps.sm-cache.outputs.cache-hit != 'true' }}
99+
if: ${{ steps.sm-cache.outputs.cache-hit != 'true' }}
100100
run: |
101101
cd c-dependencies/spidermonkey/
102102
bash ./build-engine.sh release

0 commit comments

Comments
 (0)