Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit a1d29dd

Browse files
authored
chore(release): fix release workflow configurations (#383)
Use correct task to find publish staging repo. Fixes #382
1 parent 04327b5 commit a1d29dd

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
@@ -96,7 +96,7 @@ jobs:
9696
SONATYPE_STAGING_PROFILE_ID: ${{ secrets.SONATYPE_STAGING_PROFILE_ID }}
9797
with:
9898
arguments: |
99-
findPublishedStagingRepository
99+
findSonatypeStagingRepository
100100
releaseSonatypeStagingRepository
101101
- name: Run post-release
102102
if: success()

0 commit comments

Comments
 (0)