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 eb9f06d commit 2b7c7f3Copy full SHA for 2b7c7f3
.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@6744562511d83a65f7f27d58981bf6962f46dc9c
+ - uses: vedantmgoyal2009/winget-releaser@44a91c6600b74819bc3cda6413680347c9926341
17
with:
18
identifier: Microsoft.OpenSSH.Beta
19
version: ${{ steps.extract_version.outputs.version }}
0 commit comments