We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f797e59 commit bfdf1f5Copy full SHA for bfdf1f5
.github/workflows/release.yml
@@ -30,4 +30,4 @@ jobs:
30
echo "signing.keyId=${{ vars.OSSRH_GPG_KEY_ID }}" >> ~/.gradle/gradle.properties
31
echo "signing.password=${{ secrets.OSSRH_GPG_SECRET_KEY_PASSWORD }}" >> ~/.gradle/gradle.properties
32
echo "signing.secretKeyRingFile=$HOME/.gnupg/secring.gpg" >> ~/.gradle/gradle.properties
33
- - run: ./gradlew publish
+ - run: ./gradlew publish closeAndReleaseStagingRepository
build.gradle.kts
@@ -6,6 +6,7 @@ plugins {
6
kotlin("plugin.serialization") version "1.8.22"
7
`maven-publish`
8
signing
9
+ id("io.github.gradle-nexus.publish-plugin") version "1.3.0"
10
}
11
12
group = "nl.sanderdijkhuis"
0 commit comments