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 46b5839 commit 1f0426cCopy full SHA for 1f0426c
.github/workflows/release.yml
@@ -80,4 +80,10 @@ jobs:
80
title: "Release v${{ github.event.inputs.version }}"
81
files: |
82
LICENSE
83
- **/target/clickhouse*.jar
+ clickhouse-client/target/clickhouse*.jar
84
+ clickhouse-data/target/clickhouse*.jar
85
+ clickhouse-http-client/target/clickhouse*.jar
86
+ clickhouse-jdbc/target/clickhouse*.jar
87
+ clickhouse-r2dbc/target/clickhouse*.jar
88
+ client-v2/target/client-v2*.jar
89
+ jdbc-v2/target/jdbc-v2*.jar
0 commit comments