Skip to content

Commit c08c520

Browse files
committed
update release build
1 parent 83789e0 commit c08c520

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ jobs:
2828

2929
- name: publish release
3030
env:
31+
ORG_GRADLE_PROJECT_signKey: ${{ secrets.SIGN_KEY_ORG }}
32+
ORG_GRADLE_PROJECT_signPwd: ${{ secrets.SIGN_PWD }}
3133
PUBLISH_USER: ${{ secrets.PUBLISH_USER }}
3234
PUBLISH_KEY: ${{ secrets.PUBLISH_KEY }}
33-
SIGN_KEY: ${{ secrets.SIGN_KEY }}
34-
SIGN_PWD: ${{ secrets.SIGN_PWD }}
3535
run: |
3636
./gradlew publishToSonatype closeAndReleaseSonatypeStagingRepository

0 commit comments

Comments
 (0)