Skip to content

fix completion message for turn cmd #15

fix completion message for turn cmd

fix completion message for turn cmd #15

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$'
max-versions-to-keep: 3
token: ${{ secrets.WINGET_TOKEN }}