tolerate generated bash-completion scripts
This commit is contained in:
parent
6f9941a107
commit
be2639d9fe
@ -21,7 +21,7 @@ steps:
|
|||||||
from_secret: cargo_tkn
|
from_secret: cargo_tkn
|
||||||
commands:
|
commands:
|
||||||
- grep -E 'version ?= ?"${DRONE_TAG}"' -i Cargo.toml || (printf "incorrect crate/tag version" && exit 1)
|
- grep -E 'version ?= ?"${DRONE_TAG}"' -i Cargo.toml || (printf "incorrect crate/tag version" && exit 1)
|
||||||
- cargo package --all-features
|
- cargo package --all-features --allow-dirty
|
||||||
- cargo publish --all-features
|
- cargo publish --all-features --allow-dirty
|
||||||
when:
|
when:
|
||||||
event: tag
|
event: tag
|
||||||
|
Loading…
x
Reference in New Issue
Block a user