Skip to content

Commit

Permalink
Merge pull request #132 from ReneeVandervelde/release-script-fixes
Browse files Browse the repository at this point in the history
Fix logging and version in release app
  • Loading branch information
ReneeVandervelde authored Jun 29, 2024
2 parents 3181810 + f645dbd commit cb2f03d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
uses: actions/checkout@v4.1.7
-
name: Build Archives
run: ./gradlew cli:assembleDist
run: ./gradlew cli:assembleDist -Pversion=${{ github.ref_name }}
-
name: Prepare Archives
run: cp cli/build/distributions/shade-*.zip cli/build/distributions/shade.zip && cp cli/build/distributions/shade-*.tar cli/build/distributions/shade.tar
Expand Down
1 change: 1 addition & 0 deletions cli/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@ application {
dependencies {
implementation(libs.coroutines.core)
implementation("com.github.ajalt.clikt:clikt:4.4.0")
implementation("org.slf4j:slf4j-nop:1.7.36")
implementation(projects.core)
}

0 comments on commit cb2f03d

Please sign in to comment.