ci(distribution): auto-release winget #19121

- forked winget-pkgs to https://github.com/neovim/winget-pkgs
- key stored in WINGET_TOKEN at https://github.com/neovim/neovim/settings/secrets/actions
- deploy key public key stored at https://github.com/neovim/winget-pkgs/settings/keys
This commit is contained in:
Vedant 2022-07-25 16:28:16 +05:30 committed by GitHub
parent e9b58a619e
commit 6c26d0b068
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

12
.github/workflows/release-winget.yml vendored Normal file
View File

@ -0,0 +1,12 @@
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 }}