Skip to content

Commit

Permalink
ci: fix dependency in release pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
svenrademakers committed Nov 4, 2024
1 parent 329f3bf commit cf792a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ jobs:

create-release:
runs-on: ubuntu-latest
needs: build-pipeline
needs: debian-packages
steps:
- name: Checkout Code
uses: actions/checkout@v4
Expand Down

0 comments on commit cf792a2

Please sign in to comment.