Skip to content

Commit

Permalink
build: separate commands, bump to 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sander committed Jun 12, 2023
1 parent 53f7d31 commit ea75008
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,5 @@ jobs:
echo "signing.keyId=${{ vars.OSSRH_GPG_KEY_ID }}" >> ~/.gradle/gradle.properties
echo "signing.password=${{ secrets.OSSRH_GPG_SECRET_KEY_PASSWORD }}" >> ~/.gradle/gradle.properties
echo "signing.secretKeyRingFile=$HOME/.gnupg/secring.gpg" >> ~/.gradle/gradle.properties
- run: ./gradlew publish closeAndReleaseStagingRepository
- run: ./gradlew publish
- run: ./gradlew closeAndReleaseStagingRepository
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ plugins {
}

group = "nl.sanderdijkhuis"
version = "0.9.0"
version = "0.10.0"

repositories {
mavenCentral()
Expand Down

0 comments on commit ea75008

Please sign in to comment.