Skip to content

Commit

Permalink
add bump winget to cd.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Ancient77 committed Apr 16, 2024
1 parent 186826e commit 3285b10
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,3 +121,12 @@ jobs:
formula-name: gitui
# https://github.com/mislav/bump-homebrew-formula-action/issues/58
formula-path: Formula/g/gitui.rb

- name: Bump Winget
if: "matrix.os == 'windows-latest' && !contains(github.ref, '-')"
uses: vedantmgoyal2009/winget-releaser@v2
with:
identifier: StephanDilly.gitui
version: ${{ steps.get-version.outputs.version }}
token: ${{ secrets.WINGET_TOKEN }}
installers-regex: "./release/*.msi"

0 comments on commit 3285b10

Please sign in to comment.