File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -38,13 +38,13 @@ jobs:
3838 - name : Verify thin jar exists
3939 run : |
4040 VERSION=$(grep -m1 '<version>' pom.xml | sed 's/.*<version>\(.*\)<\/version>.*/\1/')
41- test -f "target/databricks-jdbc-${VERSION}-oss- thin.jar"
41+ test -f "target/databricks-jdbc-${VERSION}-thin.jar"
4242
4343 - name : Publish Thin JAR as Separate Artifact to Maven Central
4444 run : |
4545 VERSION=$(grep -m1 '<version>' pom.xml | sed 's/.*<version>\(.*\)<\/version>.*/\1/')
4646 mvn -Prelease gpg:sign-and-deploy-file \
47- -Dfile="target/databricks-jdbc-${VERSION}-oss- thin.jar" \
47+ -Dfile="target/databricks-jdbc-${VERSION}-thin.jar" \
4848 -DrepositoryId=central \
4949 -Durl=https://oss.sonatype.org/service/local/staging/deploy/maven2/ \
5050 -DgroupId=com.databricks \
6262 uses : softprops/action-gh-release@v1
6363 with :
6464 files : |
65- target/*-oss- thin.jar
65+ target/*-thin.jar
6666
You can’t perform that action at this time.
0 commit comments