Skip to content

Commit

Permalink
fix(clickhouse-monitoring): fix release (#179)
Browse files Browse the repository at this point in the history
* feat(clickhouse-monitoring): add cronjob

* fix(clickhouse-monitoring): fix type, add docs

* fix(clickhouse-monitoring): cronjob api version for older k8s version

* fix(clickhouse-monitoring): fix release

* fix(clickhouse-monitoring): fix release
  • Loading branch information
duyet authored Jun 30, 2024
1 parent cd46e37 commit eeafb2b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/chart-build-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,9 @@ jobs:
git config --local user.email "[email protected]"
git config --local user.name "Auto Release Bot"
git checkout $TARGET_BRANCH
git status
git add $DIST_DIR
git commit -m "[skip ci] Build and Publish Charts"
git push $REMOTE_REPO $CURRENT_BRANCH
git push $REMOTE_REPO $CURRENT_BRANCH || echo "Failed to push $CURRENT_BRANCH to $REMOTE_REPO"
git subtree split --prefix $DIST_DIR -b $TARGET_BRANCH
git push -f ${REMOTE_REPO} $TARGET_BRANCH:$TARGET_BRANCH

0 comments on commit eeafb2b

Please sign in to comment.