Skip to content

Commit af46488

Browse files
committed
attempt to fix release-plz failures
1 parent 81b7a7b commit af46488

2 files changed

Lines changed: 11 additions & 2 deletions

File tree

livekit-ffi-node-bindings/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ napi = { version = "3.8.2", default-features = false, features = [
1414
"napi6",
1515
] }
1616
napi-derive = "3.5.1"
17-
livekit-ffi = { path = "../livekit-ffi" }
17+
livekit-ffi = { workspace = true }
1818
prost = { workspace = true }
1919
prost-types = { workspace = true }
2020
log = { workspace = true }

release-plz.toml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,4 +83,13 @@ changelog_include = [
8383
name = "livekit-uniffi"
8484
changelog_path = "livekit-uniffi/CHANGELOG.md"
8585
publish = false
86-
release = true
86+
publish_no_verify = true
87+
release = false
88+
git_only = true
89+
90+
[[package]]
91+
name = "rtc-node-ffi-bindings"
92+
publish = false
93+
publish_no_verify = true
94+
release = false
95+
git_only = true

0 commit comments

Comments
 (0)