Skip to content

Commit

Permalink
chore: use main branch for winget
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Dec 12, 2024
1 parent b92b560 commit b4036cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/winget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
- run: git config user.name mise-en-dev
- run: git config user.email [email protected]
- run: git remote add microsoft https://github.com/microsoft/winget-pkgs
- run: git pull --rebase microsoft main
- run: git push -f origin main
- run: git pull --rebase microsoft master
- run: git push -f origin master
- uses: vedantmgoyal9/winget-releaser@main
with:
identifier: mise.jdx
Expand Down

0 comments on commit b4036cf

Please sign in to comment.