Skip to content

Commit 366c7fc

Browse files
authored
Merge pull request #2115 from Kobzol/trusted-publishing-script
Fix script for finding publishable package
2 parents 75687e5 + 0302560 commit 366c7fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/toml-schema.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -446,4 +446,4 @@ environment = "deploy"
446446

447447
> [!TIP]
448448
> To list the public crates of a workspace, run:
449-
> `cargo metadata --no-deps --format-version 1 | jq -r '.packages[] | select(.publish == null or .publish != false) | .name'`
449+
> `cargo metadata --no-deps --format-version 1 | jq -r '.packages[] | select(.publish == null or .publish == true) | .name'`

0 commit comments

Comments
 (0)