mirror of
https://github.com/bspeice/qadapt
synced 2025-07-01 13:56:14 -04: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