Skip to content

Commit

Permalink
Remove sync fork step as no longer needed
Browse files Browse the repository at this point in the history
  • Loading branch information
mdanish-kh authored Jan 29, 2025
1 parent e685029 commit 5537a3f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/publish-winget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,6 @@ jobs:
name: Publish to winget repository
runs-on: windows-latest
steps:
- name: Sync winget-pkgs fork
# TODO: Replace <repo-owner> with the owner of the fork
run: gh repo sync <repo-owner>/winget-pkgs -b master
env:
GH_TOKEN: ${{ secrets.WINGET_GITHUB_TOKEN }}
- name: Submit package using wingetcreate
run: |
# WinGet PackageIdentifier
Expand Down

0 comments on commit 5537a3f

Please sign in to comment.