Skip to content

Commit 0a0af6e

Browse files
committed
Fix test dependencies
1 parent 1a84534 commit 0a0af6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

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

2323
release:
2424
if: github.ref_type == 'tag'
25-
needs: docs
25+
needs: test
2626
uses: ./.github/workflows/_dist.yml
2727
permissions:
2828
contents: write

0 commit comments

Comments
 (0)