Skip to content

Commit

Permalink
chore(workflows): update winget-releaser action to use the main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
amnweb committed Dec 11, 2024
1 parent cf841d4 commit bd9e362
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@v2
- uses: vedantmgoyal9/winget-releaser@main
with:
identifier: AmN.yasb
version: ${{ steps.get-version.outputs.version }}
Expand Down

0 comments on commit bd9e362

Please sign in to comment.