mirror of
https://github.com/bspeice/qadapt
synced 2024-11-14 01:58:10 -05:00
Not everyone needs to release...
This commit is contained in:
parent
b685547ddd
commit
a9f09b529e
@ -54,7 +54,7 @@ script:
|
||||
|
||||
after_script: set +e
|
||||
after_success: |
|
||||
if [ -n "$TRAVIS_TAG" ]; then
|
||||
if [ -n "$TRAVIS_TAG" ] && [ -n "$CRATESIO" ]; then
|
||||
cd qadapt-macro &&
|
||||
cargo publish --token "$CARGO_TOKEN" &&
|
||||
cd ../qadapt-spin &&
|
||||
|
Loading…
Reference in New Issue
Block a user