Update github_release.gradle

This commit is contained in:
2020-10-16 21:38:31 +06:00
committed by GitHub
parent 7f7369b3a8
commit efcaa08b70

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}"