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 463c8c4 commit d3823f9Copy full SHA for d3823f9
.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@79853c0938cc9946c1ec3cdd1b2e761bb0372b8c
+ - uses: vedantmgoyal2009/winget-releaser@44e43128f96fe5b4505d6e1f726ebb78ed228654
17
with:
18
identifier: Microsoft.OpenSSH.Beta
19
version: ${{ steps.extract_version.outputs.version }}
0 commit comments