Skip to content

Commit 9e82e08

Browse files
author
“Akshay
committed
Publish only api and api-ui package
1 parent b2a11d0 commit 9e82e08

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
echo "SHORT_GPG_KEY_ID=${GPG_KEY_ID: -8}" >> $GITHUB_ENV
3333
3434
- name: Build and Publish to Sonatype Central
35-
run: ./gradlew clean assemble publishAllPublicationsToCentralPortal
35+
run: ./gradlew clean :iterableapi:assemble :iterableapi-ui:assemble publishAllPublicationsToCentralPortal
3636
env:
3737
ORG_GRADLE_PROJECT_SIGNING_KEY_ID: ${{ env.SHORT_GPG_KEY_ID }}
3838
ORG_GRADLE_PROJECT_SIGNING_PASSWORD: ${{ secrets.GPG_PASSPHRASE }}

0 commit comments

Comments
 (0)