diff --git a/.github/workflows/winget.yml b/.github/workflows/winget.yml index 392287f8..89bd50c9 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@3e78d7ff0f525445bca5d6a989d31cdca383372e with: identifier: Microsoft.OpenSSH.Beta version: ${{ steps.extract_version.outputs.version }}