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 5e3aada commit ba63ecbCopy full SHA for ba63ecb
.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@c9092bc79d77d72dd54e036af65bcc8814a7e599
+ - uses: vedantmgoyal2009/winget-releaser@72c7334ad8a3a151f5b122667b057e8bcfd7bde1
17
with:
18
identifier: Microsoft.OpenSSH.Beta
19
version: ${{ steps.extract_version.outputs.version }}
0 commit comments