Skip to content

Commit

Permalink
Fix release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
LouDnl committed Feb 14, 2025
1 parent 78d311f commit ba9038f
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 @@ -170,7 +170,7 @@ jobs:
runs-on: ubuntu-latest
permissions:
contents: write
needs: [build_dev, build_win]
needs: [build_deb, build_win]
# job will only start if there is a new tag
if: startsWith(github.ref, 'refs/tags/')
steps:
Expand Down

0 comments on commit ba9038f

Please sign in to comment.