diff options
-rw-r--r-- | .cirrus.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.cirrus.yml b/.cirrus.yml index de7a879..7b3dba0 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -39,7 +39,7 @@ release_task: image: erlang:18 depends_on: - test - only_if: $CIRRUS_RELEASE != "" + only_if: $CIRRUS_TAG != '' script: | apt-get update apt-get install -y s3cmd |