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

Commit a5a3ec3

Browse files
authored
Use correct task name 'findSonatypeStagingRepository' (#66)
1 parent 521bdef commit a5a3ec3

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
@@ -93,7 +93,7 @@ jobs:
9393
SONATYPE_STAGING_PROFILE_ID: ${{ secrets.SONATYPE_STAGING_PROFILE_ID }}
9494
with:
9595
arguments: |
96-
findPublishedStagingRepository
96+
findSonatypeStagingRepository
9797
releaseSonatypeStagingRepository
9898
- name: Run post-release
9999
if: success()

0 commit comments

Comments
 (0)