Omit web3.js examples when incrementing Cargo.toml versions

This commit is contained in:
Trent Nelson 2020-08-05 10:00:07 -06:00 committed by Trent Nelson
parent bbb8754b59
commit df820ddb6d
1 changed files with 1 additions and 1 deletions

View File

@ -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"))