Skip to content

Commit ea75008

Browse files
committed
build: separate commands, bump to 0.10.0
1 parent 53f7d31 commit ea75008

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,5 @@ jobs:
3030
echo "signing.keyId=${{ vars.OSSRH_GPG_KEY_ID }}" >> ~/.gradle/gradle.properties
3131
echo "signing.password=${{ secrets.OSSRH_GPG_SECRET_KEY_PASSWORD }}" >> ~/.gradle/gradle.properties
3232
echo "signing.secretKeyRingFile=$HOME/.gnupg/secring.gpg" >> ~/.gradle/gradle.properties
33-
- run: ./gradlew publish closeAndReleaseStagingRepository
33+
- run: ./gradlew publish
34+
- run: ./gradlew closeAndReleaseStagingRepository

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ plugins {
1010
}
1111

1212
group = "nl.sanderdijkhuis"
13-
version = "0.9.0"
13+
version = "0.10.0"
1414

1515
repositories {
1616
mavenCentral()

0 commit comments

Comments
 (0)