We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba63ecb commit eb9f06dCopy full SHA for eb9f06d
.github/workflows/winget.yml
@@ -13,7 +13,7 @@ jobs:
13
run: |
14
$version = [regex]::Match("${{ github.event.release.tag_name }}", "(?<=v)[\d.]+").Value
15
Write-Output "version=$version" >> $env:GITHUB_OUTPUT
16
- - uses: vedantmgoyal2009/winget-releaser@72c7334ad8a3a151f5b122667b057e8bcfd7bde1
+ - uses: vedantmgoyal2009/winget-releaser@6744562511d83a65f7f27d58981bf6962f46dc9c
17
with:
18
identifier: Microsoft.OpenSSH.Beta
19
version: ${{ steps.extract_version.outputs.version }}
0 commit comments