diff --git a/.github/workflows/winget.yml b/.github/workflows/winget.yml index 392287f8..49ace323 100644 --- a/.github/workflows/winget.yml +++ b/.github/workflows/winget.yml @@ -16,7 +16,7 @@ jobs: run: | version=$(echo "${{ github.event.release.tag_name }}" | grep -oP "(?<=v)[\d.]+") echo "version=$version" >> $GITHUB_OUTPUT - - uses: vedantmgoyal2009/winget-releaser@93fd8b606a1672ec3e5c6c3bb19426be68d1a8b0 + - uses: vedantmgoyal9/winget-releaser@b87a066d9e624db1394edcd947f8c4e5a7e30cd7 with: identifier: Microsoft.OpenSSH.Beta version: ${{ steps.extract_version.outputs.version }}