Skip to content

try to fix workflow dispatch #25

try to fix workflow dispatch

try to fix workflow dispatch #25

Workflow file for this run

name: publish-to-winget

Check failure on line 1 in .github/workflows/winget.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/winget.yml

Invalid workflow file

`workflow-dispatch` is not a valid event name
run-name: Publish to WinGet
on:
workflow-dispatch:
branches:
- main
release:
types: [released]
jobs:
publish:
runs-on: windows-latest
steps:
- uses: vedantmgoyal2009/winget-releaser@v2
with:
identifier: Jasmine.Nova
installers-regex: '\.exe$'
token: ${{ secrets.WINGET_TOKEN }}