We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddf0020 commit b27f189Copy full SHA for b27f189
.github/workflows/bump_version.yml
@@ -52,8 +52,8 @@ jobs:
52
set -x
53
# export version info as multiple variables
54
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
+ git config --global user.email [email protected]
+ git config --global user.name altinity-robot
+ git config --global commit.gpgsign false
58
git commit -m "Bumped version to $CLICKHOUSE_VERSION_DESCRIBE" -- cmake/autogenerated_versions.txt
59
git push
0 commit comments