Skip to content

Commit 49c9d78

Browse files
committed
fix
1 parent 3a3400d commit 49c9d78

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -266,17 +266,7 @@ jobs:
266266
name: Release
267267
runs-on: ubuntu-latest
268268
if: "startsWith(github.ref, 'refs/tags/')"
269-
needs:
270-
[
271-
lint,
272-
linux,
273-
linux-cross,
274-
musllinux,
275-
musllinux-cross,
276-
windows,
277-
macos,
278-
sdist,
279-
]
269+
needs: [lint, linux, linux-cross, musllinux, musllinux-cross, windows, macos, sdist]
280270
steps:
281271
- uses: actions/download-artifact@v4.1.8
282272
with:

0 commit comments

Comments
 (0)