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