Skip to content

Commit

Permalink
GHA workflow to update winget package
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
gaborcsardi committed Apr 7, 2024
1 parent 7452df2 commit c4dcbdf
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/winget.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Publish to WinGet
on:
workflow_dispatch:

jobs:
publish:
runs-on: windows-latest
steps:
- uses: vedantmgoyal2009/winget-releaser@v2
with:
identifier: Posit.rig
token: ${{ secrets.WINGET_TOKEN }}

0 comments on commit c4dcbdf

Please sign in to comment.