Skip to content

Commit ba9038f

Browse files
committed
Fix release workflow
1 parent 78d311f commit ba9038f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ jobs:
170170
runs-on: ubuntu-latest
171171
permissions:
172172
contents: write
173-
needs: [build_dev, build_win]
173+
needs: [build_deb, build_win]
174174
# job will only start if there is a new tag
175175
if: startsWith(github.ref, 'refs/tags/')
176176
steps:

0 commit comments

Comments
 (0)