Skip to content

Commit cb01d78

Browse files
committed
add version to thin pom
1 parent 96e6807 commit cb01d78

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ jobs:
4040
run: |
4141
# Sign and deploy thin JAR with full dependency metadata
4242
# Uses GPG signing to ensure artifact integrity
43+
VERSION=$(grep -m1 '<version>' pom.xml | sed 's/.*<version>\(.*\)<\/version>.*/\1/')
4344
mvn -Prelease gpg:sign-and-deploy-file \
4445
-Dfile="target/databricks-jdbc-${VERSION}-thin.jar" \
4546
-DpomFile=thin_public_pom.xml \

0 commit comments

Comments
 (0)