Skip to content

Commit 1bd5df5

Browse files
author
Francisco Solis
authored
Fix typo
1 parent dc618e7 commit 1bd5df5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ publishing {
9090
if(System.getenv('env') == 'prod'){
9191
maven {
9292
name = 'GitHubPackages'
93-
url = 'https://maven.pkg.github.com/TheProgramSrc/SimpleCore-TasksModule'
93+
url = 'https://maven.pkg.github.com/TheProgramSrc/SimpleCore-TranslationsModule'
9494
credentials {
9595
username = System.getenv('GITHUB_ACTOR')
9696
password = System.getenv('GITHUB_TOKEN')
@@ -116,4 +116,4 @@ publishing {
116116
}
117117
}
118118

119-
publish.dependsOn clean, test, jar, shadowJar
119+
publish.dependsOn clean, test, jar, shadowJar

0 commit comments

Comments
 (0)