We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cda277 commit 2eec9bfCopy full SHA for 2eec9bf
1 file changed
.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=true clean package
+ mvn --no-transfer-progress -DskipTests 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