File tree Expand file tree Collapse file tree 2 files changed +0
-16
lines changed Expand file tree Collapse file tree 2 files changed +0
-16
lines changed Original file line number Diff line number Diff line change 17
17
java-version : ' 21'
18
18
cache : ' gradle'
19
19
20
- # Base64 decodes and pipes the GPG key content into the secret file
21
- - name : Prepare environment
22
- env :
23
- GPG_KEY_CONTENTS : ${{ secrets.GPG_KEY_CONTENTS }}
24
- SIGNING_SECRET_KEY_RING_FILE : ${{ secrets.SIGNING_SECRET_KEY_RING_FILE }}
25
- run : |
26
- sudo bash -c "echo '$GPG_KEY_CONTENTS' | base64 -d > '$SIGNING_SECRET_KEY_RING_FILE'"
27
-
28
20
- name : Publish Release
29
21
run : ./gradlew publishAndReleaseToMavenCentral
30
22
env :
Original file line number Diff line number Diff line change 17
17
java-version : ' 21'
18
18
cache : ' gradle'
19
19
20
- # Base64 decodes and pipes the GPG key content into the secret file
21
- - name : Prepare environment
22
- env :
23
- GPG_KEY_CONTENTS : ${{ secrets.GPG_KEY_CONTENTS }}
24
- SIGNING_SECRET_KEY_RING_FILE : ${{ secrets.SIGNING_SECRET_KEY_RING_FILE }}
25
- run : |
26
- sudo bash -c "echo '$GPG_KEY_CONTENTS' | base64 -d > '$SIGNING_SECRET_KEY_RING_FILE'"
27
-
28
20
- name : Publish snapshot
29
21
run : ./gradlew publish
30
22
env :
You can’t perform that action at this time.
0 commit comments