Skip to content

Commit

Permalink
Merge pull request #1665 from rsteube/winget-publish
Browse files Browse the repository at this point in the history
github: added winget publishing
rsteube authored Apr 13, 2023

Verified

This commit was signed with the committer’s verified signature.
gtca Danila
2 parents 457d926 + c20c562 commit a14c3d3
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/winget.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Publish to WinGet

on:
release:
types: [released]

jobs:
winget:
runs-on: windows-latest
steps:
- uses: vedantmgoyal2009/winget-releaser@v2
with:
identifier: rsteube.Carapace
max-versions-to-keep: 5
fork-user: rsteube-bot
token: ${{ secrets.WINGET_TOKEN }}

0 comments on commit a14c3d3

Please sign in to comment.