diff --git a/bin/ci-publish.sh b/bin/ci-publish.sh index f8dae9353..847c422be 100755 --- a/bin/ci-publish.sh +++ b/bin/ci-publish.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash set -eu -if [[ "$TRAVIS_SECURE_ENV_VARS" == true && "$CI_PUBLISH" == true ]]; then +if [[ "$TRAVIS_SECURE_ENV_VARS" == true ]]; then echo "Publishing..." git log | head -n 20 echo "$PGP_SECRET" | base64 --decode | gpg --import