mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-11-02 11:39:12 +00:00
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:
parent
e1900d4ec1
commit
2ba87a0d2c
2
.github/workflows/publish-maven-package.yml
vendored
2
.github/workflows/publish-maven-package.yml
vendored
@ -22,6 +22,7 @@ on:
|
|||||||
- "openmetadata-spec/src/main/resources/json/schema/**"
|
- "openmetadata-spec/src/main/resources/json/schema/**"
|
||||||
- "openmetadata-clients/**"
|
- "openmetadata-clients/**"
|
||||||
- "pom.xml"
|
- "pom.xml"
|
||||||
|
- ".github/workflows/publish-maven-package.yml"
|
||||||
|
|
||||||
release:
|
release:
|
||||||
types:
|
types:
|
||||||
@ -84,4 +85,5 @@ jobs:
|
|||||||
--no-transfer-progress \
|
--no-transfer-progress \
|
||||||
--batch-mode \
|
--batch-mode \
|
||||||
-Dgpg.passphrase=${{ secrets.OSSRH_GPG_SECRET_KEY_PASSWORD }} \
|
-Dgpg.passphrase=${{ secrets.OSSRH_GPG_SECRET_KEY_PASSWORD }} \
|
||||||
|
-pl \!openmetadata-shaded-deps \
|
||||||
-DskipTests -Prelease clean deploy
|
-DskipTests -Prelease clean deploy
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user