Skip to content

Commit

Permalink
fix: winget release PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Dec 30, 2024
1 parent 9d613b9 commit 9dec542
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/winget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Publish to WinGet
on:
release:
types: [released]
workflow_dispatch:
jobs:
publish:
runs-on: windows-latest
Expand All @@ -18,6 +19,6 @@ jobs:
- run: git push -f origin master
- uses: vedantmgoyal9/winget-releaser@main
with:
identifier: mise.jdx
identifier: jdx.mise
max-versions-to-keep: 5
token: ${{ secrets.RTX_GITHUB_BOT_TOKEN }}

0 comments on commit 9dec542

Please sign in to comment.