Skip to content

Commit 5581327

Browse files
committed
Minor tweak to action workflow
1 parent 30d9405 commit 5581327

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish-maven-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Install Package to packages branch
3737
run: |
3838
MAINJAR=$(ls -1 target/*.jar | grep -v sources\.jar)
39-
SOURCEJAR=$(ls -1 target/*.jar | grep sources\.jar)
39+
SOURCEJAR=$(ls -1 target/*.jar | grep sources\.jar | grep -v test)
4040
VERSION=$(mvn help:evaluate -Dexpression=project.version -q -DforceStdout)
4141
echo Main JAR: $MAINJAR
4242
echo Source JAR: $SOURCEJAR

0 commit comments

Comments
 (0)