Skip to content

Commit

Permalink
Bump vedantmgoyal2009/winget-releaser (#2065)
Browse files Browse the repository at this point in the history
Bumps [vedantmgoyal2009/winget-releaser](https://github.com/vedantmgoyal2009/winget-releaser) from c9092bc79d77d72dd54e036af65bcc8814a7e599 to 72c7334ad8a3a151f5b122667b057e8bcfd7bde1.
- [Release notes](https://github.com/vedantmgoyal2009/winget-releaser/releases)
- [Commits](vedantmgoyal9/winget-releaser@c9092bc...72c7334)

---
updated-dependencies:
- dependency-name: vedantmgoyal2009/winget-releaser
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed May 1, 2023
1 parent 5e3aada commit ba63ecb
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 @@ -13,7 +13,7 @@ jobs:
run: |
$version = [regex]::Match("${{ github.event.release.tag_name }}", "(?<=v)[\d.]+").Value
Write-Output "version=$version" >> $env:GITHUB_OUTPUT
- uses: vedantmgoyal2009/winget-releaser@c9092bc79d77d72dd54e036af65bcc8814a7e599
- uses: vedantmgoyal2009/winget-releaser@72c7334ad8a3a151f5b122667b057e8bcfd7bde1
with:
identifier: Microsoft.OpenSSH.Beta
version: ${{ steps.extract_version.outputs.version }}
Expand Down

0 comments on commit ba63ecb

Please sign in to comment.