Skip to content

Commit b27f189

Browse files
authored
Update bump_version.yml
1 parent ddf0020 commit b27f189

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/bump_version.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ jobs:
5252
set -x
5353
# export version info as multiple variables
5454
source <(python3 tests/ci/version_helper.py --export --version-type='altinitystable')
55-
git config --global user.email=[email protected]
56-
git config --global user.name=altinity-robot
57-
git config --global commit.gpgsign=false
55+
git config --global user.email [email protected]
56+
git config --global user.name altinity-robot
57+
git config --global commit.gpgsign false
5858
git commit -m "Bumped version to $CLICKHOUSE_VERSION_DESCRIBE" -- cmake/autogenerated_versions.txt
5959
git push

0 commit comments

Comments
 (0)