mirror of
https://github.com/bspeice/qadapt
synced 2026-01-08 05:00:25 -05:00
Not everyone needs to release...
This commit is contained in:
@ -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 &&
|
||||
|
||||
Reference in New Issue
Block a user