Skip to content

Commit 65953a9

Browse files
committed
fix sign key
1 parent d1e7b67 commit 65953a9

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
@@ -28,7 +28,7 @@ jobs:
2828
env:
2929
PUBLISH_USER: ${{ secrets.PUBLISH_USER }}
3030
PUBLISH_KEY: ${{ secrets.PUBLISH_KEY }}
31-
SIGN_KEY: ${{ secrets.SIGN_KEY }}
31+
SIGN_KEY: ${{ SIGN_KEY_ORG }}
3232
SIGN_KEY_PASS: ${{ secrets.SIGN_PWD }}
3333
run: |
3434
./mvnw deploy

0 commit comments

Comments
 (0)