Skip to content

Commit

Permalink
Change publish plugin to automatically release the artifacts in Maven.
Browse files Browse the repository at this point in the history
  • Loading branch information
FilipDolnik committed Dec 13, 2023
1 parent ac47675 commit db2e588
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Publish to Maven Central
uses: gradle/gradle-build-action@v2
with:
arguments: 'publishToSonatype closeSonatypeStagingRepository'
arguments: 'publishToSonatype closeAndReleaseSonatypeStagingRepository'
build-root-directory: SKIE
env:
ORG_GRADLE_PROJECT_sonatypeUsername: ${{ secrets.SONATYPE_NEXUS_USERNAME }}
Expand Down

0 comments on commit db2e588

Please sign in to comment.