Skip to content

Commit acf43d0

Browse files
committed
build: make the release job depend on the alpine job
1 parent 91c1107 commit acf43d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ jobs:
126126
name: Release
127127
runs-on: ubuntu-latest
128128
if: "startsWith(github.ref, 'refs/tags/')"
129-
needs: [linux, windows, macos, sdist]
129+
needs: [linux, alpine, windows, macos, sdist]
130130
permissions:
131131
id-token: write
132132
steps:

0 commit comments

Comments
 (0)