We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64f24d4 commit c8cc5c1Copy full SHA for c8cc5c1
.github/workflows/release.yml
@@ -36,7 +36,7 @@ jobs:
36
uses: ./.github/workflows/build-docs.yml
37
38
publish:
39
- needs: release
+ needs: docs
40
if: ${{ needs.release.outputs.created }}
41
uses: ./.github/workflows/publish.yml
42
0 commit comments