Skip to content

Commit

Permalink
Prepare next development version
Browse files Browse the repository at this point in the history
  • Loading branch information
kevincianfarini committed Jan 2, 2025
1 parent dc0aecc commit d8fed37
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
ORG_GRADLE_PROJECT_mavenCentralUsername: ${{ secrets.ORG_GRADLE_PROJECT_MAVENCENTRALUSERNAME }}
ORG_GRADLE_PROJECT_mavenCentralPassword: ${{ secrets.ORG_GRADLE_PROJECT_MAVENCENTRALPASSWORD }}
ORG_GRADLE_PROJECT_signingInMemoryKey: ${{ secrets.ORG_GRADLE_PROJECT_SIGNINGINMEMORYKEY }}
run: ./gradlew dokkaGenerate
run: ./gradlew dokkaGenerate publish

- name: Deploy docs to website
uses: JamesIves/github-pages-deploy-action@releases/v3
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ kotlin.code.style=official

GROUP=io.github.kevincianfarini.alchemist
POM_ARTIFACT_ID=alchemist
VERSION_NAME=0.1.0-SNAPSHOT
VERSION_NAME=0.1.1-SNAPSHOT

POM_NAME=Alchemist
POM_DESCRIPTION=TO DO
Expand Down

0 comments on commit d8fed37

Please sign in to comment.