Skip to content

add single blank line to end #21

add single blank line to end

add single blank line to end #21

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
on:
release:
types: [released]
workflow-dispatch:
jobs:
publish:
runs-on: windows-latest
steps:
- uses: vedantmgoyal2009/winget-releaser@v2
with:
identifier: Jasmine.Nova
installers-regex: '\.exe$'
token: ${{ secrets.WINGET_TOKEN }}