[go: nahoru, domu]

Skip to content

Commit

Permalink
Remove example project from publishing build step
Browse files Browse the repository at this point in the history
  • Loading branch information
TheoKanning committed Nov 12, 2023
1 parent 8768a49 commit 987801b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
java-version: 8

- name: Publish
run: ./gradlew build publish --no-parallel
run: ./gradlew build -x :example:build publish --no-parallel
env:
ORG_GRADLE_PROJECT_mavenCentralUsername: ${{ secrets.SONATYPE_NEXUS_USERNAME }}
ORG_GRADLE_PROJECT_mavenCentralPassword: ${{ secrets.SONATYPE_NEXUS_PASSWORD }}
Expand Down

0 comments on commit 987801b

Please sign in to comment.