Skip to content

Commit d69c50c

Browse files
authored
update winget releaser v2 tag full commit hash
1 parent 49e1dc4 commit d69c50c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/winget.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
run: |
1515
version=$(echo "${{ github.event.release.tag_name }}" | grep -oP "(?<=v)[\d.]+")
1616
echo "version=$version" >> $GITHUB_OUTPUT
17-
- uses: vedantmgoyal2009/winget-releaser@22fcaf202ea4df1e621b6fc0c88be192ede74c92
17+
- uses: vedantmgoyal2009/winget-releaser@688c38a2f42ed9b26438c69da3f96efd7b6ead1d
1818
with:
1919
identifier: Microsoft.OpenSSH.Beta
2020
version: ${{ steps.extract_version.outputs.version }}

0 commit comments

Comments
 (0)