Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Francisco Solis authored Oct 27, 2022
1 parent dc618e7 commit 1bd5df5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ publishing {
if(System.getenv('env') == 'prod'){
maven {
name = 'GitHubPackages'
url = 'https://maven.pkg.github.com/TheProgramSrc/SimpleCore-TasksModule'
url = 'https://maven.pkg.github.com/TheProgramSrc/SimpleCore-TranslationsModule'
credentials {
username = System.getenv('GITHUB_ACTOR')
password = System.getenv('GITHUB_TOKEN')
Expand All @@ -116,4 +116,4 @@ publishing {
}
}

publish.dependsOn clean, test, jar, shadowJar
publish.dependsOn clean, test, jar, shadowJar

0 comments on commit 1bd5df5

Please sign in to comment.