Skip to content

Commit

Permalink
Update winget-releaser to latest (#692)
Browse files Browse the repository at this point in the history
  • Loading branch information
vedantmgoyal9 authored Aug 29, 2024
1 parent f7c2109 commit b9aec12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/winget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ on:
types: [released]
jobs:
publish:
runs-on: windows-latest # action can only be run on windows
runs-on: ubuntu-latest
steps:
- uses: vedantmgoyal2009/winget-releaser@v1
- uses: vedantmgoyal9/winget-releaser@main
with:
identifier: 1zilc.FishingFunds
token: ${{ secrets.WINGET_TOKEN }}

0 comments on commit b9aec12

Please sign in to comment.