Skip to content

Commit 28b2383

Browse files
committed
Force push NSC promotion branches
1 parent 630c16b commit 28b2383

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/promote-nsc-channel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ jobs:
245245
git checkout -B "${PR_BRANCH}"
246246
git add tools/nsc/manifests
247247
git commit -m "Promote NSC channel ${SOURCE_SHA}"
248-
git push --force-with-lease origin "${PR_BRANCH}"
248+
git push --force origin "${PR_BRANCH}"
249249
250250
- name: Create or update promotion PR
251251
if: steps.manifest-diff.outputs.has_changes == 'true'

0 commit comments

Comments
 (0)