Skip to content

Commit 11dfd20

Browse files
committed
fix: hardcoded repo's name
1 parent 160565b commit 11dfd20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ publishing {
5555
name = "menu-api"
5656

5757
String owner = System.getenv('GITHUB_USERNAME')
58-
String repository = System.getenv('GITHUB_REPOSITORY') ?: 'menu-api'
58+
String repository = 'MenuAPI'
5959

6060
url = "https://maven.pkg.github.com/${owner}/${repository}"
6161
}

0 commit comments

Comments
 (0)