Skip to content

Commit

Permalink
Merge pull request #7159 from vedantmgoyal2009/patch-1
Browse files Browse the repository at this point in the history
Publish to WinGet
  • Loading branch information
eed3si9n committed May 2, 2023
2 parents 26917d7 + c13e05a commit 67d6386
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 67d6386

Please sign in to comment.