From 91b08c32aca96e9fc6f2e6b6b1c5120c203fba98 Mon Sep 17 00:00:00 2001 From: Benoit Ranque Date: Tue, 15 Oct 2024 14:33:21 -0400 Subject: [PATCH] force push to ndc-hub and cli-plugins-index if branch name exists --- .github/workflows/deploy-stage.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-stage.yaml b/.github/workflows/deploy-stage.yaml index 29d4966..74d407a 100644 --- a/.github/workflows/deploy-stage.yaml +++ b/.github/workflows/deploy-stage.yaml @@ -272,7 +272,7 @@ jobs: git add . git commit -m "Release ClickHouse $GITHUB_REF_NAME" - git push origin $BRANCH_NAME + git push origin $BRANCH_NAME --force # create a pull-requests containing the updates. gh pr create \ @@ -344,7 +344,7 @@ jobs: git add . git commit -m "Release ClickHouse $GITHUB_REF_NAME" - git push origin $BRANCH_NAME + git push origin $BRANCH_NAME --force # create a pull-requests containing the updates. gh pr create \