We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9153e8a commit 101209aCopy full SHA for 101209a
.github/workflows/release.yml
@@ -87,7 +87,7 @@ jobs:
87
SIGNING_PASSPHRASE: ${{ secrets.SIGNING_PASSPHRASE }}
88
SECRING_FILE: ${{ secrets.SECRING_FILE }}
89
with:
90
- arguments: -Psigning.secretKeyRingFile=${{ github.workspace }}/secring.gpg publishToSonatype closeAndReleaseSonatypeStagingRepository
+ arguments: -Psigning.secretKeyRingFile=${{ github.workspace }}/secring.gpg uploadArchives closeAndReleaseRepository
91
- name: Run post-release
92
if: success()
93
uses: ./.github/actions/post-release
0 commit comments