We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a30b97c commit d106ba4Copy full SHA for d106ba4
.github/workflows/build.yml
@@ -420,7 +420,7 @@ jobs:
420
421
publish-forum:
422
name: Publish to Forum
423
- needs: [check-tokens]
+ needs: [build-linux, build-macos, build-windows, check-tokens]
424
runs-on: ubuntu-latest
425
if: inputs.workflowDebug != true && inputs.packagingDebug != true && inputs.skipForumPublish != true && needs.check-tokens.outputs.publish-forum == 'true'
426
steps:
0 commit comments