Skip to content

Commit dde2a56

Browse files
avivkellerCopilot
andauthored
Update .github/workflows/publish.yml
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 803642a commit dde2a56

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
publish:
7474
needs: prepare
7575
runs-on: ubuntu-latest
76-
if: needs.prepare.outputs.should_publish
76+
if: needs.prepare.outputs.should_publish == 'true'
7777
steps:
7878
- uses: nodejs/web-team/actions/setup-environment@9f3c83af227d721768d9dbb63009a47ed4f4282f
7979
with:

0 commit comments

Comments
 (0)