diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 6085e81d0a166..e606e10ea2a5f 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -408,6 +408,11 @@ jobs: if: ${{ !inputs.dry_run }} steps: + - name: Sync fork + run: gh repo sync cdrci/winget-pkgs -b master + env: + GH_TOKEN: ${{ secrets.WINGET_GH_TOKEN }} + - name: Checkout uses: actions/checkout@v4 with: