Skip to content

Commit

Permalink
Add correct job dependency for release in cpu-packages (#241)
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverholworthy committed Mar 10, 2023
1 parent 6934be5 commit 6d1e720
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cpu-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
name: Release
runs-on: ubuntu-latest
if: "startsWith(github.ref, 'refs/tags/')"
needs: [build]
needs: [build-packages]
steps:
- uses: actions/download-artifact@v2
with:
Expand Down

0 comments on commit 6d1e720

Please sign in to comment.