ci: add Signed-off-by in update-dev-builder-version script (#6765)

Signed-off-by: liyang <daviderli614@gmail.com>
This commit is contained in:
liyang
2025-08-19 12:15:13 +08:00
committed by GitHub
parent 78dca8a0d7
commit 0b29b41c17

View File

@@ -21,7 +21,7 @@ update_dev_builder_version() {
# Commit the changes.
git add Makefile
git commit -m "ci: update dev-builder image tag"
git commit -s -m "ci: update dev-builder image tag"
git push origin $BRANCH_NAME
# Create a Pull Request.