File tree Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change 44
44
distribution : adopt
45
45
java-version : 11
46
46
check-latest : true
47
- server-id : ossrh
48
- server-username : ORG_GRADLE_PROJECT_mavenCentralUsername
49
- server-password : ORG_GRADLE_PROJECT_mavenCentralPassword
50
- gpg-private-key : ${{ secrets.MAVEN_GPG_PRIVATE_KEY }}
51
- gpg-passphrase : ORG_GRADLE_PROJECT_signingInMemoryKeyPassword
52
47
53
48
- name : Cache Gradle packages
54
49
uses : actions/cache@v3
@@ -72,11 +67,11 @@ jobs:
72
67
with :
73
68
swap-size-gb : 12
74
69
75
-
76
- - name : Deploy to Maven Central with Gradle
70
+ - name : Upload to Maven Central with Gradle
77
71
env :
78
72
ORG_GRADLE_PROJECT_mavenCentralUsername : ${{ secrets.OSSRH_USERNAME }}
79
73
ORG_GRADLE_PROJECT_mavenCentralPassword : ${{ secrets.OSSRH_TOKEN }}
74
+ ORG_GRADLE_PROJECT_signingInMemoryKey : ${{ secrets.MAVEN_GPG_PRIVATE_KEY }}
80
75
ORG_GRADLE_PROJECT_signingInMemoryKeyPassword : ${{ secrets.MAVEN_GPG_PASSPHRASE }}
81
76
run : >
82
77
./gradlew
You can’t perform that action at this time.
0 commit comments