diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index 67e2a1e..d7a8c76 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -69,4 +69,4 @@ jobs: SIGNING_PASSPHRASE: ${{ secrets.SIGNING_PASSPHRASE }} SECRING_FILE: ${{ secrets.SECRING_FILE }} with: - arguments: -Psigning.secretKeyRingFile=${{ github.workspace }}/secring.gpg :plugin:publishToSonatype closeAndReleaseSonatypeStagingRepository + arguments: -Psigning.secretKeyRingFile=${{ github.workspace }}/secring.gpg :plugins:stimulus:publishToSonatype :plugins:turbo:publishToSonatype closeAndReleaseSonatypeStagingRepository diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7a34eb9..555e4d6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -70,4 +70,4 @@ jobs: SIGNING_PASSPHRASE: ${{ secrets.SIGNING_PASSPHRASE }} SECRING_FILE: ${{ secrets.SECRING_FILE }} with: - arguments: -Psigning.secretKeyRingFile=${{ github.workspace }}/secring.gpg :plugin:publishToSonatype closeAndReleaseSonatypeStagingRepository + arguments: -Psigning.secretKeyRingFile=${{ github.workspace }}/secring.gpg :plugins:stimulus:publishToSonatype :plugins:turbo:publishToSonatype closeAndReleaseSonatypeStagingRepository