Skip to content

Commit fcf1eb1

Browse files
add a note about cargo release config
1 parent 118a345 commit fcf1eb1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,6 @@ simple_logger = "1.6"
3636
matches = "0.1"
3737

3838
[package.metadata.release]
39+
# We want to ensure we don't publish via `cargo release` since Actions
40+
# handles this for us.
3941
disable-publish = true

0 commit comments

Comments
 (0)