Skip to content

Commit d661987

Browse files
committed
fix: publication
1 parent 716da9f commit d661987

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

router-core/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ dependencies {
1919
}
2020

2121
deployLibrary {
22-
ssh(tag = "maven.y9vad9.com") {
22+
ssh(tag = "routerCore") {
2323
host = System.getenv("SSH_HOST")
2424
user = System.getenv("SSH_USER")
2525
password = System.getenv("SSH_PASSWORD")

router-test/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ dependencies {
2222
}
2323

2424
deployLibrary {
25-
ssh(tag = "maven.y9vad9.com") {
25+
ssh(tag = "routerTest") {
2626
host = System.getenv("SSH_HOST")
2727
user = System.getenv("SSH_USER")
2828
password = System.getenv("SSH_PASSWORD")

0 commit comments

Comments
 (0)