From 8057ebfbaed8df7b6ea324d9eeb4f9d3eeba093f Mon Sep 17 00:00:00 2001 From: Daniel Sanchez Date: Tue, 29 Sep 2020 17:14:30 +0200 Subject: [PATCH] New patch version with travis release tweak --- .travis.yml | 5 ++--- package.json | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 0ee0a354..0804243d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,9 +8,6 @@ os: - linux matrix: include: - - env: - - REACT_APP_ENV='production' - if: tag IS present - env: - REACT_APP_NETWORK='mainnet' - STAGING_BUCKET_NAME=${STAGING_MAINNET_BUCKET_NAME} @@ -21,6 +18,8 @@ matrix: - REACT_APP_GNOSIS_APPS_URL=${REACT_APP_GNOSIS_APPS_URL_STAGING} cache: yarn: true +before_script: + - if [[ -n "$TRAVIS_TAG" ]]; then export REACT_APP_ENV='production'; fi; before_install: # Needed to deploy pull request and releases - sudo apt-get update diff --git a/package.json b/package.json index 8d62c911..7ca2a4bb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "safe-react", - "version": "2.12.0", + "version": "2.12.1", "description": "Allowing crypto users manage funds in a safer way", "website": "https://github.com/gnosis/safe-react#readme", "bugs": {