File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 12
12
13
13
env :
14
14
CHC_BRANCH : " main"
15
- CHC_VERSION : " 0.8.6 "
15
+ # CHC_VERSION: "0.9.0 "
16
16
CH_VERSION : " 24.8"
17
17
18
18
jobs :
59
59
EOF
60
60
- name : Update Configuration
61
61
run : |
62
- find . -type f -name "pom.xml" -exec sed -i -e 's|${revision}|${{ env.CHC_VERSION }}-SNAPSHOT|g' \
63
- -e 's|^\( <version>\).*\(</version>\)$|\1${{ env.CHC_VERSION }}-SNAPSHOT\2|' \
64
- -e 's|${parent.groupId}|com.clickhouse|g' -e 's|${project.parent.groupId}|com.clickhouse|g' '{}' \;
62
+ # find . -type f -name "pom.xml" -exec sed -i -e 's|${revision}|${{ env.CHC_VERSION }}-SNAPSHOT|g' \
63
+ # -e 's|^\( <version>\).*\(</version>\)$|\1${{ env.CHC_VERSION }}-SNAPSHOT\2|' \
64
+ # -e 's|${parent.groupId}|com.clickhouse|g' -e 's|${project.parent.groupId}|com.clickhouse|g' '{}' \;
65
65
find . -type f -name "simplelogger.*" -exec rm -fv '{}' \;
66
66
- name : Release Snapshot
67
67
uses : samuelmeuli/action-maven-publish@v1
You can’t perform that action at this time.
0 commit comments