Omit web3.js examples when incrementing Cargo.toml versions
This commit is contained in:
parent
bbb8754b59
commit
df820ddb6d
|
@ -31,7 +31,7 @@ readCargoVariable() {
|
|||
}
|
||||
|
||||
# shellcheck disable=2207
|
||||
Cargo_tomls=($(find . -name Cargo.toml))
|
||||
Cargo_tomls=($(find . -name Cargo.toml -not -path './web3.js/examples/*'))
|
||||
# shellcheck disable=2207
|
||||
markdownFiles=($(find . -name "*.md"))
|
||||
|
||||
|
|
Loading…
Reference in New Issue