We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d69c50c commit 7b16a73Copy full SHA for 7b16a73
.github/workflows/winget.yml
@@ -14,7 +14,7 @@ jobs:
14
run: |
15
version=$(echo "${{ github.event.release.tag_name }}" | grep -oP "(?<=v)[\d.]+")
16
echo "version=$version" >> $GITHUB_OUTPUT
17
- - uses: vedantmgoyal2009/winget-releaser@688c38a2f42ed9b26438c69da3f96efd7b6ead1d
+ - uses: vedantmgoyal2009/winget-releaser@1d370507249956659e4ec675a221bd2d0f3fe561
18
with:
19
identifier: Microsoft.OpenSSH.Beta
20
version: ${{ steps.extract_version.outputs.version }}
0 commit comments