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