Skip to content

Commit 1a621a8

Browse files
authored
Merge pull request #86 from zong-zhe/fix-typo
fix: fix typo
2 parents 6d29a51 + 05c7c96 commit 1a621a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/java-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ jobs:
165165
if: "startsWith(github.ref, 'refs/tags/')"
166166
working-directory: java
167167
run: |
168-
JAR_FILE=$(find ./release -name "*.jar")
168+
JAR_FILE=$(find ./release -name "*.jar" ! -name "*sources.jar")
169169
echo "Deploying $JAR_FILE"
170170
mvn deploy:deploy-file \
171171
-Dfile=$JAR_FILE \

0 commit comments

Comments
 (0)