Skip to content

Commit

Permalink
chore(workflows): update winget-releaser action to version 2
Browse files Browse the repository at this point in the history
  • Loading branch information
amnweb committed Dec 1, 2024
1 parent 58b69d6 commit a2d4579
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/winget.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
core.setOutput('release-tag', tag);
console.log("Release tag: ", tag, " Version: ", version);
- uses: vedantmgoyal9/winget-releaser@main
- uses: vedantmgoyal9/winget-releaser@v2
with:
identifier: AmN.yasb
version: ${{ steps.get-version.outputs.version }}
Expand Down

0 comments on commit a2d4579

Please sign in to comment.