Skip to content
This repository was archived by the owner on Jun 6, 2024. It is now read-only.

Commit 987801b

Browse files
committed
Remove example project from publishing build step
1 parent 8768a49 commit 987801b

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
@@ -30,7 +30,7 @@ jobs:
3030
java-version: 8
3131

3232
- name: Publish
33-
run: ./gradlew build publish --no-parallel
33+
run: ./gradlew build -x :example:build publish --no-parallel
3434
env:
3535
ORG_GRADLE_PROJECT_mavenCentralUsername: ${{ secrets.SONATYPE_NEXUS_USERNAME }}
3636
ORG_GRADLE_PROJECT_mavenCentralPassword: ${{ secrets.SONATYPE_NEXUS_PASSWORD }}

0 commit comments

Comments
 (0)