Skip to content

Commit b693aba

Browse files
committed
test1
1 parent acbfdf2 commit b693aba

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release-thin.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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 \
@@ -62,5 +62,5 @@ jobs:
6262
uses: softprops/action-gh-release@v1
6363
with:
6464
files: |
65-
target/*-oss-thin.jar
65+
target/*-thin.jar
6666

0 commit comments

Comments
 (0)