Skip to content

Commit

Permalink
Add step to publish locally first
Browse files Browse the repository at this point in the history
  • Loading branch information
sellmair committed Aug 9, 2024
1 parent af0f6e8 commit c99fc5f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ jobs:
with:
cache-disabled: 'true'

- name: Publish Locally
run: ./gradlew publishAllPublicationsToLocalRepository --no-daemon --stacktrace

- name: Publish to Maven Central
run: ./gradlew publishAllPublicationsToMavenCentralRepository --no-daemon --no-configuration-cache -i -s
env:
Expand Down

0 comments on commit c99fc5f

Please sign in to comment.