fix(CI): Maven Central Publish Command (#13625)

* fix(CI): Maven Central Publish Command

* Add the github workflow path as well!
This commit is contained in:
Akash Jain 2023-10-17 23:12:09 +05:30 committed by GitHub
parent e1900d4ec1
commit 2ba87a0d2c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,6 +22,7 @@ on:
- "openmetadata-spec/src/main/resources/json/schema/**"
- "openmetadata-clients/**"
- "pom.xml"
- ".github/workflows/publish-maven-package.yml"
release:
types:
@ -84,4 +85,5 @@ jobs:
--no-transfer-progress \
--batch-mode \
-Dgpg.passphrase=${{ secrets.OSSRH_GPG_SECRET_KEY_PASSWORD }} \
-pl \!openmetadata-shaded-deps \
-DskipTests -Prelease clean deploy