Skip to content

Commit 37815ca

Browse files
committed
Another CI dependency fix.
1 parent bdc5b14 commit 37815ca

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
@@ -20,7 +20,7 @@ jobs:
2020

2121
release:
2222
name: Create Release
23-
needs: [ci, docs]
23+
needs: [ci]
2424
# This has to be run on macOS, because rubicon tries to load the Foundation library
2525
runs-on: macOS-latest
2626
permissions:

0 commit comments

Comments
 (0)