Skip to content

Commit

Permalink
chore: fix dependency in winget publish workflow (#645)
Browse files Browse the repository at this point in the history
  • Loading branch information
hrzlgnm authored Dec 18, 2024
1 parent 3c01c54 commit db9c4ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/winget-publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

cleanup:
name: Cleanup branches
needs: update # Not necessarily needed as PRs don't get closed that quick but still nice to have it in order
needs: publish # Not necessarily needed as PRs don't get closed that quick but still nice to have it in order
runs-on: ubuntu-24.04
steps:
- name: Run Komac
Expand Down

0 comments on commit db9c4ad

Please sign in to comment.