Skip to content

Commit 101209a

Browse files
authored
[skip ci] Update release.yml (#13274)
Use of uploadArchives and closeAndReleaseRepository task to publish release
1 parent 9153e8a commit 101209a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
SIGNING_PASSPHRASE: ${{ secrets.SIGNING_PASSPHRASE }}
8888
SECRING_FILE: ${{ secrets.SECRING_FILE }}
8989
with:
90-
arguments: -Psigning.secretKeyRingFile=${{ github.workspace }}/secring.gpg publishToSonatype closeAndReleaseSonatypeStagingRepository
90+
arguments: -Psigning.secretKeyRingFile=${{ github.workspace }}/secring.gpg uploadArchives closeAndReleaseRepository
9191
- name: Run post-release
9292
if: success()
9393
uses: ./.github/actions/post-release

0 commit comments

Comments
 (0)