Skip to content

Commit 032ff99

Browse files
authored
Update build.yml
1 parent ad302eb commit 032ff99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,7 @@ jobs:
402402

403403
publish-forum:
404404
name: Publish to Forum
405-
if: inputs.workflowDebug != true && inputs.packagingDebug != true && inputs.skipForumPublish != true && needs.pre-publish-forum.outputs.skip != true
405+
if: inputs.workflowDebug != true && inputs.packagingDebug != true && inputs.skipForumPublish != true && needs.pre-publish-forum.outputs.skip != 'true'
406406
needs: pre-publish-forum
407407
runs-on: ubuntu-latest
408408
steps:

0 commit comments

Comments
 (0)