Skip to content

Commit 4878c7f

Browse files
committed
Fix it felix
1 parent be63ca0 commit 4878c7f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release_to_maven.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717

1818
- name: Setup GPG key information
1919
run: |
20+
mkdir -p ~/.gradle
2021
echo -n "signing.keyId=ABC48776" >> ~/.gradle/gradle.properties
2122
echo -n "signing.password=${GPG_SIGNING_KEY_PW}" >> ~/.gradle/gradle.properties
2223
echo -n "signing.secretKeyRingFile=../maven.keystore" >> ~/.gradle/gradle.properties

0 commit comments

Comments
 (0)