We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9903af1 commit 44f4912Copy full SHA for 44f4912
1 file changed
.github/workflows/sync-manifests.yml
@@ -137,7 +137,7 @@ jobs:
137
git config user.name "github-actions[bot]"
138
git config user.email "github-actions[bot]@users.noreply.github.com"
139
git commit -m "New version: DoiT.dci version ${version}"
140
- git push -u origin "DoiT.dci-${version}"
+ git push -u origin "DoiT.dci-${version}" --force
141
142
# Create PR to microsoft/winget-pkgs
143
fork_owner="${WINGET_FORK%%/*}"
0 commit comments