diff --git a/.github/workflows/winget.yml b/.github/workflows/winget.yml index 6c0b3d4..0cbad53 100644 --- a/.github/workflows/winget.yml +++ b/.github/workflows/winget.yml @@ -13,7 +13,7 @@ jobs: run: | $version = [regex]::Match("${{ github.event.release.tag_name }}", "(?<=v)[\d.]+").Value Write-Output "version=$version" >> $env:GITHUB_OUTPUT - - uses: vedantmgoyal2009/winget-releaser@79853c0938cc9946c1ec3cdd1b2e761bb0372b8c + - uses: vedantmgoyal2009/winget-releaser@44e43128f96fe5b4505d6e1f726ebb78ed228654 with: identifier: Microsoft.OpenSSH.Beta version: ${{ steps.extract_version.outputs.version }}