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 1212
1313env :
1414 CHC_BRANCH : " main"
15- CHC_VERSION : " 0.8.6 "
15+ # CHC_VERSION: "0.9.0 "
1616 CH_VERSION : " 24.8"
1717
1818jobs :
5959 EOF
6060 - name : Update Configuration
6161 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' '{}' \;
6565 find . -type f -name "simplelogger.*" -exec rm -fv '{}' \;
6666 - name : Release Snapshot
6767 uses : samuelmeuli/action-maven-publish@v1
You can’t perform that action at this time.
0 commit comments