Skip to content

Commit ee07fd3

Browse files
committed
ci: fix
1 parent 8552a4c commit ee07fd3

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,14 @@ jobs:
5858
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
5959
run: npx semantic-release --dry-run --branches 9520_gha # Uncomment for testing purposes
6060

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+
6169
- name: Publish Java docs
6270
if: ${{ github.event.workflow_run.conclusion == 'success' }}
6371
env:

0 commit comments

Comments
 (0)