Skip to content

Commit c4dcbdf

Browse files
committed
GHA workflow to update winget package
[ci skip]
1 parent 7452df2 commit c4dcbdf

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/winget.yaml

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+
workflow_dispatch:
4+
5+
jobs:
6+
publish:
7+
runs-on: windows-latest
8+
steps:
9+
- uses: vedantmgoyal2009/winget-releaser@v2
10+
with:
11+
identifier: Posit.rig
12+
token: ${{ secrets.WINGET_TOKEN }}

0 commit comments

Comments
 (0)