Skip to content

Commit

Permalink
force push to ndc-hub and cli-plugins-index if branch name exists
Browse files Browse the repository at this point in the history
  • Loading branch information
BenoitRanque committed Oct 15, 2024
1 parent 480af59 commit 91b08c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-stage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down Expand Up @@ -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 \
Expand Down

0 comments on commit 91b08c3

Please sign in to comment.