Skip to content

Commit

Permalink
update github release
Browse files Browse the repository at this point in the history
  • Loading branch information
InsanusMokrassar committed Jan 16, 2024
1 parent 9a687cf commit 75f514d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions github_release.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ if (new File(projectDir, "secret.gradle").exists()) {
githubRelease {
token "${project.property('GITHUB_RELEASE_TOKEN')}"

owner "InsanusMokrassar"
repo "MicroUtils"
owner = "InsanusMokrassar"
repo = "MicroUtils"

tagName "v${project.version}"
releaseName "${project.version}"
targetCommitish "${project.version}"
tagName = "v${project.version}"
releaseName = "${project.version}"
targetCommitish = "${project.version}"

body getCurrentVersionChangelog()
body = getCurrentVersionChangelog()
}
}
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ uuid = "0.8.2"

ktor = "2.3.7"

gh-release = "2.4.1"
gh-release = "2.5.2"

koin = "3.5.3"

Expand Down

0 comments on commit 75f514d

Please sign in to comment.