From 4d318802506ad6387a97bd284d2a6c084f9f71e7 Mon Sep 17 00:00:00 2001 From: Bobby Sudekum Date: Wed, 26 Jul 2017 09:01:00 -0700 Subject: fix --- circle.yml | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/circle.yml b/circle.yml index 58579edd2e..372d0999b6 100644 --- a/circle.yml +++ b/circle.yml @@ -21,13 +21,13 @@ workflows: - linux-gcc5-debug-coverage - linux-gcc5-release-qt4 - linux-gcc5-release-qt5 - deployment: - fake_deploy_for_cci2: - tag: /.*/ - commands: - # NOTE: this command doesn't actually get run, rather this simply triggers that the above deploy runs when a tag is pushed. - # See https://discuss.circleci.com/t/git-tag-deploys-in-2-0/9493/6 - - echo "make tags run in 2.0" + deployment: + fake_deploy_for_cci2: + tag: /.*/ + commands: + # NOTE: this command doesn't actually get run, rather this simply triggers that the above deploy runs when a tag is pushed. + # See https://discuss.circleci.com/t/git-tag-deploys-in-2-0/9493/6 + - echo "make tags run in 2.0" step-library: - &generate-cache-key diff --git a/package.json b/package.json index ff0704cbe3..491fe50f4c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mapbox/mapbox-gl-native", - "version": "3.5.6-pre.2", + "version": "3.5.6-pre.3", "description": "Renders map tiles with Mapbox GL", "keywords": [ "mapbox", -- cgit v1.2.1