Skip to content

Commit c8cc5c1

Browse files
committedAug 19, 2024·
fix ci order
1 parent 64f24d4 commit c8cc5c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
uses: ./.github/workflows/build-docs.yml
3737

3838
publish:
39-
needs: release
39+
needs: docs
4040
if: ${{ needs.release.outputs.created }}
4141
uses: ./.github/workflows/publish.yml
4242

0 commit comments

Comments
 (0)
Please sign in to comment.