Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Itsusinn奕䜣 committed Feb 22, 2021
1 parent 4a60577 commit 024a2d8
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.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,6 @@ jobs:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
automatic_release_tag: "${{ steps.package.outputs.VERSION }}"
prerelease: true
title: "CI automatical build ${{ steps.package.outputs.VERSION }}"
title: "Handy Dandy ${{ steps.package.outputs.VERSION }}"
files: |
packages/*.jar
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ plugins {

group = "io.message-forwarding.client"

version = "0.0.5"
version = "0.1.0"

val compileKotlin: org.jetbrains.kotlin.gradle.tasks.KotlinCompile by tasks
compileKotlin.kotlinOptions.jvmTarget = "1.8"
Expand Down

0 comments on commit 024a2d8

Please sign in to comment.