We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6934be5 commit 6d1e720Copy full SHA for 6d1e720
.github/workflows/cpu-packages.yml
@@ -86,7 +86,7 @@ jobs:
86
name: Release
87
runs-on: ubuntu-latest
88
if: "startsWith(github.ref, 'refs/tags/')"
89
- needs: [build]
+ needs: [build-packages]
90
steps:
91
- uses: actions/download-artifact@v2
92
with:
0 commit comments