Skip to content

Commit

Permalink
Merge pull request #42 from teogor/fix/publish-workflow-cache
Browse files Browse the repository at this point in the history
Ensure successful publishAllPublicationsToMavenCentral execution
  • Loading branch information
teogor authored Feb 8, 2024
2 parents ebba4a6 + ed6bac7 commit f1a96db
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 @@ -31,4 +31,4 @@ jobs:

- name: Publish to MavenCentral
run: |
./gradlew publishAllPublicationsToMavenCentral
./gradlew publishAllPublicationsToMavenCentral --no-configuration-cache

0 comments on commit f1a96db

Please sign in to comment.