Skip to content

Commit

Permalink
Update winget.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tgauth committed Oct 4, 2023
1 parent d69c50c commit 7b16a73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/winget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
run: |
version=$(echo "${{ github.event.release.tag_name }}" | grep -oP "(?<=v)[\d.]+")
echo "version=$version" >> $GITHUB_OUTPUT
- uses: vedantmgoyal2009/winget-releaser@688c38a2f42ed9b26438c69da3f96efd7b6ead1d
- uses: vedantmgoyal2009/winget-releaser@1d370507249956659e4ec675a221bd2d0f3fe561
with:
identifier: Microsoft.OpenSSH.Beta
version: ${{ steps.extract_version.outputs.version }}
Expand Down

0 comments on commit 7b16a73

Please sign in to comment.