fix: maybe actually fixed gradle publishing for real this time??
This commit is contained in:
8
.github/workflows/release.yml
vendored
8
.github/workflows/release.yml
vendored
@ -17,13 +17,13 @@ jobs:
|
||||
uses: burrunan/gradle-cache-action@v1
|
||||
with:
|
||||
gradle-version: wrapper
|
||||
arguments: publishAndReleaseToMavenCentral
|
||||
arguments: publishAndReleaseToMavenCentral --no-configuration-cache
|
||||
properties: |
|
||||
SONATYPE_AUTOMATIC_RELEASE=true
|
||||
release=true
|
||||
env:
|
||||
ORG_GRADLE_PROJECT_mavenCentralUsername: ${{ secrets.MAVEN_CENTRAL_USERNAME }}
|
||||
ORG_GRADLE_PROJECT_mavenCentralPassword: ${{ secrets.MAVEN_CENTRAL_PASSWORD }}
|
||||
ORG_GRADLE_PROJECT_signingInMemoryKey: ${{ secrets.MAVEN_SIGNING_KEY }}
|
||||
ORG_GRADLE_PROJECT_signingInMemoryKeyId: ${{ secrets.MAVEN_SIGNING_KEY_ID }}
|
||||
ORG_GRADLE_PROJECT_signingInMemoryKeyPassword: ${{ secrets.MAVEN_SIGNING_KEY_PASSPHRASE }}
|
||||
# NOTE: FML https://stackoverflow.com/a/39573795
|
||||
ORG_GRADLE_PROJECT_signingInMemoryKeyId: FF618132
|
||||
ORG_GRADLE_PROJECT_signingInMemoryKeyPassword: ${{ secrets.MAVEN_SIGNING_PASSWORD }}
|
||||
|
Reference in New Issue
Block a user