Skip to content

Commit

Permalink
Fix docs CI & bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
DRSchlaubi committed May 15, 2023
1 parent c5a4af3 commit b0c7f64
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ jobs:
java-version: 19

- name: Publish docs with Gradle
run: gradle --stacktrace --info gitPublishPush
run: gradle gitPublishPush
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {
}

group = "dev.schlaubi.lavakord"
version = "4.0.1"
version = "4.1.0"

allprojects {
repositories {
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ dependencyResolutionManagement {
library("kotlinx-nodejs", "org.jetbrains.kotlin-wrappers", "kotlin-node").version("18.14.0-pre.502")

plugin("kotlinx-atomicfu", "kotlinx-atomicfu").version("0.20.0")
plugin("git-publish", "org.ajoberstar.git-publish").version("3.0.0")
plugin("git-publish", "org.ajoberstar.git-publish").version("4.2.0")
}
}
}
Expand Down

0 comments on commit b0c7f64

Please sign in to comment.