Skip to content

Commit 6d1e720

Browse files
Add correct job dependency for release in cpu-packages (#241)
1 parent 6934be5 commit 6d1e720

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cpu-packages.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
name: Release
8787
runs-on: ubuntu-latest
8888
if: "startsWith(github.ref, 'refs/tags/')"
89-
needs: [build]
89+
needs: [build-packages]
9090
steps:
9191
- uses: actions/download-artifact@v2
9292
with:

0 commit comments

Comments
 (0)