We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b2a11d0 + 9e82e08 commit fbf54f7Copy full SHA for fbf54f7
.github/workflows/publish.yml
@@ -32,7 +32,7 @@ jobs:
32
echo "SHORT_GPG_KEY_ID=${GPG_KEY_ID: -8}" >> $GITHUB_ENV
33
34
- name: Build and Publish to Sonatype Central
35
- run: ./gradlew clean assemble publishAllPublicationsToCentralPortal
+ run: ./gradlew clean :iterableapi:assemble :iterableapi-ui:assemble publishAllPublicationsToCentralPortal
36
env:
37
ORG_GRADLE_PROJECT_SIGNING_KEY_ID: ${{ env.SHORT_GPG_KEY_ID }}
38
ORG_GRADLE_PROJECT_SIGNING_PASSWORD: ${{ secrets.GPG_PASSPHRASE }}
0 commit comments