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 7edeb56 commit 9efca1aCopy full SHA for 9efca1a
.github/workflows/publish.yml
@@ -51,10 +51,10 @@ 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" | base64 --decode >> secring.gpg
55
56
- name: Add secret file loc to gradle.properties
57
- run: echo "signing.secretKeyRingFile=secring.gpg"
+ run: echo "signing.secretKeyRingFile=secring.gpg" >> gradle.properties
58
59
60
- name: Echo gradle.properties
0 commit comments