We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 464ea9e commit 9fd68fdCopy full SHA for 9fd68fd
.github/workflows/publish.yml
@@ -51,7 +51,7 @@ jobs:
51
env:
52
GPG_SECRET_RING: ${{ secrets.SECRET_FILE_CONTENT }}
53
run: |
54
- echo "$GPG_SECRET_RING" | base64 --decode >> secring.gpg
+ echo "$GPG_SECRET_RING" >> secring.gpg
55
56
- name: Add secret file loc to gradle.properties
57
run: echo "signing.secretKeyRingFile=secring.gpg" >> gradle.properties
0 commit comments