Skip to content

Commit 6e627a3

Browse files
author
Mohammod Al Amin Ashik
committed
fix(ci): use correct publish_no_verify field name
The field is publish_no_verify (not cargo_package_verify). This adds --no-verify flag to cargo publish to skip package verification, which fails due to internal deps using path-only references.
1 parent 8ec29e0 commit 6e627a3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

release-plz.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ semver_check = false
2626
publish = false
2727

2828
# Skip cargo package verification (internal deps don't have version specs)
29-
cargo_package_verify = false
29+
publish_no_verify = true
3030

3131
[changelog]
3232
header = """# Changelog

0 commit comments

Comments
 (0)