aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVedant <83997633+vedantmgoyal2009@users.noreply.github.com>2023-02-21 01:53:08 +0530
committerGitHub <noreply@github.com>2023-02-20 21:23:08 +0100
commit3264cb294ebb74e7f37cd5c6f10c4beefdecc394 (patch)
tree67e3ddfcdb37e279dc77e9f73fc48cbc7bb28b2b
parent3507474611a03d88137a1d97666515b551c39cb3 (diff)
downloadrneovim-3264cb294ebb74e7f37cd5c6f10c4beefdecc394.tar.gz
rneovim-3264cb294ebb74e7f37cd5c6f10c4beefdecc394.tar.bz2
rneovim-3264cb294ebb74e7f37cd5c6f10c4beefdecc394.zip
fix(ci/release/winget): bump action version
-rw-r--r--.github/workflows/release.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 4447beab2e..b3a32600dd 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -223,7 +223,7 @@ jobs:
steps:
- if: github.event_name == 'push' || (github.event_name == 'workflow_dispatch' && github.event.inputs.tag_name != 'nightly')
name: Publish stable
- uses: vedantmgoyal2009/winget-releaser@v1
+ uses: vedantmgoyal2009/winget-releaser@v2
with:
identifier: Neovim.Neovim
release-tag: ${{ github.event.inputs.tag_name || github.ref_name }}
@@ -238,7 +238,7 @@ jobs:
"version=$VERSION" >> $env:GITHUB_OUTPUT
- if: github.event_name == 'schedule' || (github.event_name == 'workflow_dispatch' && github.event.inputs.tag_name == 'nightly')
name: Publish nightly
- uses: vedantmgoyal2009/winget-releaser@v1
+ uses: vedantmgoyal2009/winget-releaser@v2
with:
identifier: Neovim.Neovim.Nightly
version: ${{ steps.get-version.outputs.version }}