Skip to content

Commit

Permalink
ci dependency fix
Browse files Browse the repository at this point in the history
  • Loading branch information
BLaZeKiLL committed May 6, 2024
1 parent 048c228 commit 55dcede
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 @@ -84,7 +84,7 @@ jobs:
release:
name: Release
runs-on: ubuntu-latest
needs: [build]
needs: [build, package]
steps:
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit 55dcede

Please sign in to comment.