Skip to content

Commit

Permalink
FEAT: Winget Automation
Browse files Browse the repository at this point in the history
  • Loading branch information
snaildos authored Jul 6, 2023
1 parent ab0b990 commit c196a91
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/winget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ name: Publish to WinGet
on:
release:
types: [released]
push:
jobs:
publish:
runs-on: windows-latest # action can only be run on windows
runs-on: windows-latest
steps:
- uses: vedantmgoyal2009/winget-releaser@v2
with:
identifier: SnailDOS.SnailFM
identifier: Package.Identifier
max-versions-to-keep: 5
token: ${{ secrets.WINGET_TOKEN }}

0 comments on commit c196a91

Please sign in to comment.