Skip to content

Commit 32c88d4

Browse files
committed
ci: use key id, explicitly apply signing plugin
1 parent 24975ef commit 32c88d4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
env:
3030
ORG_GRADLE_PROJECT_mavenCentralUsername: ${{ secrets.SONATYPE_USERNAME }}
3131
ORG_GRADLE_PROJECT_mavenCentralPassword: ${{ secrets.SONATYPE_PASSWORD }}
32-
ORG_GRADLE_PROJECT_signingInMemoryKeyId: ${{ secrets.GPG_KEY_NAME }}
32+
ORG_GRADLE_PROJECT_signingInMemoryKeyId: ${{ secrets.GPG_KEY_ID }}
3333
ORG_GRADLE_PROJECT_signingInMemoryKeyPassword: ${{ secrets.GPG_PASSPHRASE }}
3434
ORG_GRADLE_PROJECT_signingInMemoryKey: ${{ secrets.GPG_KEYS }}
3535
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ plugins {
2929
id("org.jmailen.kotlinter") version "5.2.0"
3030
id("com.google.cloud.tools.jib") version "3.4.5"
3131
id("com.github.johnrengelman.shadow") version "8.1.1"
32-
id("net.researchgate.release") version "3.1.0"
3332
id("com.vanniktech.maven.publish") version "0.34.0"
3433
id("org.jetbrains.dokka") version "2.0.0"
3534
`java-library`
35+
signing
3636
}
3737

3838
application {

0 commit comments

Comments
 (0)