Skip to content

Commit fbf54f7

Browse files
authored
Merge pull request #959 from Iterable/SDK-174-publish-script-fix
Publish only api and api-ui package
2 parents b2a11d0 + 9e82e08 commit fbf54f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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)