Skip to content

Commit 1ac8f06

Browse files
committed
fix
1 parent b0776ca commit 1ac8f06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
env:
3131
PUBLISH_USER: ${{ secrets.PUBLISH_USER }}
3232
PUBLISH_KEY: ${{ secrets.PUBLISH_KEY }}
33-
SIGN_KEY: ${{ secrets.SIGN_KEY }}
33+
SIGN_KEY: ${{ secrets.SIGN_KEY_ORG }}
3434
SIGN_PWD: ${{ secrets.SIGN_PWD }}
3535
run: |
3636
./gradlew publishToSonatype closeAndReleaseSonatypeStagingRepository

0 commit comments

Comments
 (0)