Skip to content

Commit 920f752

Browse files
committed
Create required folder
1 parent 5d93b97 commit 920f752

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
@@ -23,6 +23,7 @@ jobs:
2323

2424
- name: Setup GPG key information
2525
run: |
26+
mkdir -p ~/.gradle
2627
echo "signing.gnupg.homeDir=${{ github.workspace }}/.gnupg" >> ~/.gradle/gradle.properties
2728
echo "signing.gnupg.keyName=ABC48776" >> ~/.gradle/gradle.properties
2829
echo "signing.gnupg.passphrase=${GPG_SIGNING_KEY_PW}" >> ~/.gradle/gradle.properties

0 commit comments

Comments
 (0)