Update github_release.gradle

This commit is contained in:
InsanusMokrassar 2020-10-16 21:39:52 +06:00 committed by GitHub
parent efcaa08b70
commit 702300f761
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ if (new File(projectDir, "secret.gradle").exists()) {
token "${project.property('GITHUB_RELEASE_TOKEN')}"
owner "InsanusMokrassar"
repo "${rootProject.name}"
repo "MicroUtils"
tagName "${project.version}"
releaseName "${project.version}"