Skip to content

Commit

Permalink
Bump winget-releaser action version
Browse files Browse the repository at this point in the history
This should fix winget releases
  • Loading branch information
kryksyh committed Dec 12, 2024
1 parent 72f51d7 commit 79f9c3e
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 @@ -12,7 +12,7 @@ jobs:
$VERSION="${{ github.event.release.tag_name }}".TrimStart('Audacity-')
echo "::set-output name=version::$VERSION"
shell: pwsh
- uses: vedantmgoyal2009/winget-releaser@v2
- uses: vedantmgoyal2009/winget-releaser@4ffc7888bffd451b357355dc214d43bb9f23917e
with:
identifier: Audacity.Audacity
version: ${{ steps.get-version.outputs.version }}
Expand Down

0 comments on commit 79f9c3e

Please sign in to comment.