We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 238fd53 commit 8cda277Copy full SHA for 8cda277
.github/workflows/publish.yml
@@ -26,8 +26,8 @@ jobs:
26
run: mvn --no-transfer-progress test
27
28
build_jars:
29
- if: success()
30
- needs: [ build_and_test ]
+ #if: success()
+ #needs: [ build_and_test ]
31
name: Package and upload package to Maven Central
32
runs-on: ubuntu-latest
33
env:
@@ -51,7 +51,7 @@ jobs:
51
52
- name: Package
53
run: |
54
- mvn --no-transfer-progress -DskipTests clean package
+ mvn --no-transfer-progress -DskipTests=true clean package
55
56
- name: Publish to the Maven Central Repository
57
if: github.ref_type == 'tag' && startsWith(github.ref_name, 'v')
0 commit comments