Skip to content

Commit

Permalink
ci: publish to maven before Gradle plugin portal
Browse files Browse the repository at this point in the history
  • Loading branch information
monosoul authored Jun 15, 2024
1 parent 691b157 commit 10d2785
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-on-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
-Pgradle.publish.key=${{ secrets.GRADLE_PUBLISH_KEY }}
-Pgradle.publish.secret=${{ secrets.GRADLE_PUBLISH_SECRET }}
--stacktrace
assemble publishPlugins publishToSonatype closeAndReleaseSonatypeStagingRepository
assemble publishToSonatype closeAndReleaseSonatypeStagingRepository publishPlugins
- name: Attach artifacts to the release
uses: svenstaro/upload-release-action@v2
with:
Expand Down

0 comments on commit 10d2785

Please sign in to comment.