diff --git a/.github/workflows/winget.yml b/.github/workflows/winget.yml index 392287f8..cd3d98e9 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: vedantmgoyal2009/winget-releaser@4ffc7888bffd451b357355dc214d43bb9f23917e with: identifier: Microsoft.OpenSSH.Beta version: ${{ steps.extract_version.outputs.version }}