Skip to content

Commit 1747d67

Browse files
committed
fix
1 parent 935c1d4 commit 1747d67

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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)