Merge pull request #7159 from vedantmgoyal2009/patch-1

Publish to WinGet
This commit is contained in:
eugene yokota 2023-05-02 01:32:26 -04:00 committed by GitHub
commit 67d63867b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 0 deletions

12
.github/workflows/winget.yml vendored Normal file
View File

@ -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 }}