Skip to content

Commit 19edde6

Browse files
authored
Add WinGet release step (#2239)
* Add WinGet release step * Changed the token name.
1 parent bee9643 commit 19edde6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1062,3 +1062,8 @@ jobs:
10621062
run: ./mill -i ci.updateChocolateyPackage
10631063
env:
10641064
CHOCO_SECRET: ${{ secrets.CHOCO_SECRET_KEY }}
1065+
- uses: vedantmgoyal2009/winget-releaser@v2
1066+
with:
1067+
identifier: VirtusLab.ScalaCLI
1068+
installers-regex: '\.msi$'
1069+
token: ${{ secrets.STEWARD_WINGET_TOKEN }}

0 commit comments

Comments
 (0)