We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae4d795 commit 87589cbCopy full SHA for 87589cb
.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@a2ac6c7691dd063a6f6e782fdd11090f5ab45525
+ - uses: vedantmgoyal9/winget-releaser@4ffc7888bffd451b357355dc214d43bb9f23917e
20
with:
21
identifier: Microsoft.OpenSSH.Preview
22
version: ${{ steps.extract_version.outputs.version }}
0 commit comments