Skip to content

Commit e390de6

Browse files
committed
github action fix
1 parent f25c749 commit e390de6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pluto-kotlin-client-sdk/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ publishing {
6060
repositories {
6161
maven {
6262
name = 'github'
63-
url = uri("https://maven.pkg.github.com/MuShare/Pluto-Kotlin-SDK")
63+
url = uri("https://maven.pkg.github.com/MuShare/PlutoKotlinClientSDK")
6464
credentials {
6565
username = project.findProperty("name") ?: System.getenv("USERNAME")
6666
password = project.findProperty("token") ?: System.getenv("TOKEN")

0 commit comments

Comments
 (0)