From 108eeec0fb23b7a9fb8be319d1b131c595e93ce3 Mon Sep 17 00:00:00 2001 From: Matt Stratton Date: Sat, 16 Nov 2019 09:41:32 -0600 Subject: Change checkout step for tagging --- .circleci/config.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index a4b49c8..da494e0 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -127,7 +127,9 @@ jobs: working_directory: castanet steps: - - checkout + - run: + name: "Checkout tag" + command: git clone --branch "${CIRCLE_TAG}" --depth 1 "${CIRCLE_REPOSITORY_URL}" - run: name: "Create zip file for release" command: | -- cgit v1.2.3