8000 Merge pull request #6981 from vedantmgoyal2009/patch-1 · sbt/sbt@1358033 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1358033

Browse files
authored
Merge pull request #6981 from vedantmgoyal2009/patch-1
Publish to WinGet
2 parents c8388a0 + 789d334 commit 1358033

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/winget.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: Publish to WinGet
2+
on:
3+
release:
4+
types: [released]
5+
jobs:
6+
publish:
7+
runs-on: windows-latest # action can only be run on windows
8+
steps:
9+
- uses: vedantmgoyal2009/winget-releaser@v1
10+
with:
11+
identifier: sbt.sbt
12+
token: ${{ secrets.WINGET_TOKEN }}

0 commit comments

Comments
 (0)
0