Skip to content

Commit b45f190

Browse files
committed
Correct dependencies in release workflow.
1 parent 786e452 commit b45f190

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

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

4747
test-publish:
4848
name: Publish test package
49-
needs: [ci, docs, release]
49+
needs: [ci, release]
5050
runs-on: ubuntu-latest
5151
permissions:
5252
contents: write

0 commit comments

Comments
 (0)