Update github_release.gradle

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

View File

@ -18,7 +18,7 @@ if (new File(projectDir, "secret.gradle").exists()) {
githubRelease {
token "${project.property('GITHUB_RELEASE_TOKEN')}"
owner "HERE MUST BE PROJECT OWNER NAME"
owner "InsanusMokrassar"
repo "${rootProject.name}"
tagName "${project.version}"