Skip to content

Commit

Permalink
fix manifest update
Browse files Browse the repository at this point in the history
  • Loading branch information
jxy-s committed Nov 10, 2024
1 parent 8e75fb7 commit 0b81913
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/update-winget-manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,10 @@ jobs:
- name: Publish winget manifest
run: .\winget\Publish.ps1 -Channel Canary -Version Latest -Output .\winget\
- name: Update winget manifest
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
git config user.name "Johnny Shaw"
git config user.email [email protected]
git checkout main
git add .
git commit -m "update winget manifest"
git push
git push https://${{ secrets.PUSH_TOKEN }}@github.com/winsiderss/si-builds main

0 comments on commit 0b81913

Please sign in to comment.