Skip to content

Commit 9271cf9

Browse files
committed
ci: fix
1 parent dc898af commit 9271cf9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,13 @@ jobs:
5959
run: npx semantic-release --dry-run --branches 9520_gha # Uncomment for testing purposes
6060

6161
- name: Publish to Maven Central
62+
if: ${{ github.event.workflow_run.conclusion == 'success' }}
6263
env:
6364
TRAVIS_TAG: ${{ github.event.release.tag_name }} # for setMavenVersion
6465
run: |
6566
build/setupSigning.sh
6667
build/setMavenVersion.sh
68+
mvn deploy --settings build/.travis.settings.xml -DskipITs -Dskip.unit.tests -P central $MVN_ARGS
6769
6870
- name: Publish Java docs
6971
if: ${{ github.event.workflow_run.conclusion == 'success' }}

0 commit comments

Comments
 (0)