ci: add signature information when updating downstream repository (#6282)

Signed-off-by: liyang <daviderli614@gmail.com>
This commit is contained in:
liyang
2025-06-11 01:18:29 +08:00
committed by GitHub
parent 2fabe346a1
commit 9469a8f8f2
2 changed files with 2 additions and 2 deletions

View File

@@ -30,7 +30,7 @@ update_helm_charts_version() {
# Commit the changes.
git add .
git commit -m "chore: Update GreptimeDB version to ${VERSION}"
git commit -s -m "chore: Update GreptimeDB version to ${VERSION}"
git push origin $BRANCH_NAME
# Create a Pull Request.

View File

@@ -26,7 +26,7 @@ update_homebrew_greptime_version() {
# Commit the changes.
git add .
git commit -m "chore: Update GreptimeDB version to ${VERSION}"
git commit -s -m "chore: Update GreptimeDB version to ${VERSION}"
git push origin $BRANCH_NAME
# Create a Pull Request.