Skip to content

Commit 2385022

Browse files
committed
deploy OAS separately
1 parent 1f5d832 commit 2385022

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/maven-publish.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ jobs:
2626
settings-path: ${{ github.workspace }} # location for the settings.xml file
2727

2828
- name: Publish to GitHub Packages Apache Maven
29-
run: mvn deploy -s $GITHUB_WORKSPACE/settings.xml
29+
run: |
30+
mvn deploy -Pdeploy-openapi-cdoc2-key-shares -s $GITHUB_WORKSPACE/settings.xml
31+
mvn deploy -Pdeploy-openapi-cdoc2-key-capsules -s $GITHUB_WORKSPACE/settings.xml
3032
env:
3133
GITHUB_TOKEN: ${{ github.token }}

0 commit comments

Comments
 (0)