Skip to content

Commit d106ba4

Browse files
committed
fix: correct publish-forum to depend on builds
1 parent a30b97c commit d106ba4

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
@@ -420,7 +420,7 @@ jobs:
420420

421421
publish-forum:
422422
name: Publish to Forum
423-
needs: [check-tokens]
423+
needs: [build-linux, build-macos, build-windows, check-tokens]
424424
runs-on: ubuntu-latest
425425
if: inputs.workflowDebug != true && inputs.packagingDebug != true && inputs.skipForumPublish != true && needs.check-tokens.outputs.publish-forum == 'true'
426426
steps:

0 commit comments

Comments
 (0)