Skip to content

Commit 7dab9f1

Browse files
committed
Fix publish command
1 parent 9da0f5a commit 7dab9f1

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"changes":{"libs/vespera-bridge/build.gradle.kts":"Patch"},"note":"Fix publish command","date":"2026-03-24T03:19:57.003244200Z"}

.changepacks/config.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,7 @@
55
"updateOn": {
66
"Cargo.toml": ["libs/vespera-bridge/build.gradle.kts"]
77
},
8-
"publish": {}
8+
"publish": {
9+
"java": "./gradlew gradlew signMavenPublication --stacktrace"
10+
}
911
}

0 commit comments

Comments
 (0)