Skip to content

Commit 44f4912

Browse files
committed
chore: Force-push WinGet branch to handle re-runs after partial failures
1 parent 9903af1 commit 44f4912

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/sync-manifests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ jobs:
137137
git config user.name "github-actions[bot]"
138138
git config user.email "github-actions[bot]@users.noreply.github.com"
139139
git commit -m "New version: DoiT.dci version ${version}"
140-
git push -u origin "DoiT.dci-${version}"
140+
git push -u origin "DoiT.dci-${version}" --force
141141
142142
# Create PR to microsoft/winget-pkgs
143143
fork_owner="${WINGET_FORK%%/*}"

0 commit comments

Comments
 (0)