Skip to content

Commit 1ef8039

Browse files
committed
fix sign key
1 parent 6c7dac2 commit 1ef8039

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
- name: publish snapshot
103103
env:
104104
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
105-
SIGN_KEY: ${{ secrets.SIGN_KEY }}
105+
SIGN_KEY: ${{ secrets.SIGN_KEY_ORG }}
106106
SIGN_KEY_PASS: ${{ secrets.SIGN_PWD }}
107107
PUBLISH_USER: ${{ secrets.PUBLISH_USER }}
108108
PUBLISH_KEY: ${{ secrets.PUBLISH_KEY }}

0 commit comments

Comments
 (0)