Skip to content

Commit

Permalink
fix wrong version name
Browse files Browse the repository at this point in the history
  • Loading branch information
shalva97 committed Jun 21, 2022
1 parent 96f2c49 commit 4d30f02
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,5 @@ jobs:
uses: softprops/action-gh-release@v1
with:
files: ./*
tag_name: v${{needs.build.outputs.tag-name}}
name: version V${{ github.run_number }}
tag_name: ${{needs.build.outputs.tag-name}}
name: version v${{needs.build.outputs.tag-name}}
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 = "com.github.shalva97"
version = "0.0.9"
version = "0.0.10"

val jar by tasks.getting(Jar::class) {
manifest {
Expand Down

0 comments on commit 4d30f02

Please sign in to comment.