We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11fb4f3 commit 92cc661Copy full SHA for 92cc661
.github/workflows/publish-to-maven-central.yml
@@ -35,7 +35,7 @@ jobs:
35
echo "signing.secretKeyRingFile=secring.gpg" >> gradle.properties
36
37
# Write secret keyring file
38
- echo "${{ secrets.SIGNING_SECRET_KEY_RING_FILE }}" | base64 -d > secring.gpg
+ echo "${{ secrets.SIGNING_SECRET_KEY_RING_FILE }}" | base64 -d > library/secring.gpg
39
40
- name: Set VERSION_NAME in library/gradle.properties
41
run: |
0 commit comments