Skip to content

Commit 92cc661

Browse files
committed
fix: secring location
1 parent 11fb4f3 commit 92cc661

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-to-maven-central.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
echo "signing.secretKeyRingFile=secring.gpg" >> gradle.properties
3636
3737
# Write secret keyring file
38-
echo "${{ secrets.SIGNING_SECRET_KEY_RING_FILE }}" | base64 -d > secring.gpg
38+
echo "${{ secrets.SIGNING_SECRET_KEY_RING_FILE }}" | base64 -d > library/secring.gpg
3939
4040
- name: Set VERSION_NAME in library/gradle.properties
4141
run: |

0 commit comments

Comments
 (0)