diff --git a/.github/workflows/winget-releaser.yml b/.github/workflows/winget-releaser.yml index f90747d0..0874d306 100644 --- a/.github/workflows/winget-releaser.yml +++ b/.github/workflows/winget-releaser.yml @@ -3,10 +3,11 @@ on: workflow_run: workflows: ["Publish Release"] types: [completed] + workflow_dispatch: jobs: publish: runs-on: windows-latest - if: github.event.workflow_run.conclusion == 'success' + if: github.event_name == 'workflow_dispatch' || github.event.workflow_run.conclusion == 'success' steps: - name: Get release tag id: tag