aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVedant <83997633+vedantmgoyal2009@users.noreply.github.com>2022-07-25 16:28:16 +0530
committerGitHub <noreply@github.com>2022-07-25 03:58:16 -0700
commit6c26d0b068a3aee4155f38bbf52e3568073ede8a (patch)
treec2751ab749bd0f4e93ef7256800cbcbf5b392392
parente9b58a619e1dd7a831138dc14bd8258104724e06 (diff)
downloadrneovim-6c26d0b068a3aee4155f38bbf52e3568073ede8a.tar.gz
rneovim-6c26d0b068a3aee4155f38bbf52e3568073ede8a.tar.bz2
rneovim-6c26d0b068a3aee4155f38bbf52e3568073ede8a.zip
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
-rw-r--r--.github/workflows/release-winget.yml12
1 files changed, 12 insertions, 0 deletions
diff --git a/.github/workflows/release-winget.yml b/.github/workflows/release-winget.yml
new file mode 100644
index 0000000000..c3ca5fe752
--- /dev/null
+++ b/.github/workflows/release-winget.yml
@@ -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 }}