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 dc898af commit 9271cf9Copy full SHA for 9271cf9
.github/workflows/deploy.yml
@@ -59,11 +59,13 @@ jobs:
59
run: npx semantic-release --dry-run --branches 9520_gha # Uncomment for testing purposes
60
61
- name: Publish to Maven Central
62
+ if: ${{ github.event.workflow_run.conclusion == 'success' }}
63
env:
64
TRAVIS_TAG: ${{ github.event.release.tag_name }} # for setMavenVersion
65
run: |
66
build/setupSigning.sh
67
build/setMavenVersion.sh
68
+ mvn deploy --settings build/.travis.settings.xml -DskipITs -Dskip.unit.tests -P central $MVN_ARGS
69
70
- name: Publish Java docs
71
if: ${{ github.event.workflow_run.conclusion == 'success' }}
0 commit comments