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 65f8638 commit 040615cCopy full SHA for 040615c
.github/workflows/java8-library.yml
@@ -1,4 +1,4 @@
1
-name: Java8+ library
+name: Java8+ with Maven
2
3
on: [ push, pull_request ]
4
@@ -80,7 +80,7 @@ jobs:
80
file_glob: true
81
82
- name: Deploy with Maven
83
- run: mvn -B deploy -Dmaven.test.skip -s ci.settings.xml -P deploy-releases
+ run: test -f ci.settings.xml && mvn -B deploy -Dmaven.test.skip -s ci.settings.xml -P deploy-releases
84
env:
85
CI_DEPLOY_USERNAME: ${{ secrets.CI_DEPLOY_USERNAME }}
86
CI_DEPLOY_PASSWORD: ${{ secrets.CI_DEPLOY_PASSWORD }}
0 commit comments