Omit workspace Cargo.toml when incrementing version
This commit is contained in:
committed by
mergify[bot]
parent
6c23197f37
commit
89424b29bf
@ -31,7 +31,7 @@ readCargoVariable() {
|
||||
}
|
||||
|
||||
# shellcheck disable=2207
|
||||
Cargo_tomls=($(find . -name Cargo.toml -not -path './web3.js/examples/*'))
|
||||
Cargo_tomls=($(find . -mindepth 2 -name Cargo.toml -not -path './web3.js/examples/*'))
|
||||
# shellcheck disable=2207
|
||||
markdownFiles=($(find . -name "*.md"))
|
||||
|
||||
|
Reference in New Issue
Block a user