Skip to content

Commit 5965278

Browse files
committed
Fix: workflow
1 parent 983fef8 commit 5965278

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,9 @@ jobs:
5858
release:
5959
name: Release
6060
runs-on: ubuntu-latest
61-
needs: test
61+
needs:
62+
- test-unix
63+
- test-windows
6264
steps:
6365
- name: Check out repository code
6466
uses: actions/checkout@v4

0 commit comments

Comments
 (0)