Files
neovim/.github/workflows/release-winget.yml
2022-07-25 03:58:16 -07:00

13 lines
302 B
YAML

name: Publish to WinGet
on:
release:
types: [released]
jobs:
publish:
runs-on: windows-latest # action can only be run on windows
steps:
- uses: vedantmgoyal2009/winget-releaser@latest
with:
identifier: Neovim.Neovim
token: ${{ secrets.WINGET_TOKEN }}