Skip to content

Commit

Permalink
Create winget.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vedantmgoyal9 committed Feb 27, 2023
1 parent a326ee1 commit c13e05a
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/winget.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Publish to WinGet
on:
release:
types: [released]
jobs:
publish:
runs-on: windows-latest # action can only be run on windows
steps:
- uses: vedantmgoyal2009/winget-releaser@v2
with:
identifier: sbt.sbt
token: ${{ secrets.WINGET_TOKEN }}

0 comments on commit c13e05a

Please sign in to comment.