Skip to content

Commit bb1ec18

Browse files
add: workflow for publishing to maven central
1 parent 844d07e commit bb1ec18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: Import GPG
3838
uses: crazy-max/ghaction-import-gpg@v6
3939
with:
40-
gpg_private_key: ${{ secrets.OSS_SIGNING_KEY_ID }}
40+
gpg_private_key: ${{ secrets.OSS_SIGNING_KEY }}
4141
passphrase: ${{ secrets.OSS_SIGNING_PASSWORD }}
4242

4343
# Step to grant execute permissions to the Gradle wrapper script

0 commit comments

Comments
 (0)