From 228740e6cb6293c25ae6b1911cad410eb2c03460 Mon Sep 17 00:00:00 2001 From: Julien Amblard <44264016+sl-julienamblard@users.noreply.github.com> Date: Thu, 30 Jul 2020 18:25:37 +0200 Subject: [PATCH] test ci --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 0771669..aba1333 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -31,13 +31,13 @@ aliases: - &auth_registry run: name: Authenticate with registry - command: echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > ~/repo/.npmrc + command: echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > ~/repos/.npmrc - &save_package_informations run: name: Save package informations command: | echo 'export CURRENT_PACKAGE_VERSION=$(git describe --tags)' >> $BASH_ENV - echo 'export CURRENT_PACKAGE_NAME=$(jq ".name" ~/repo/package.json -r)' >> $BASH_ENV + echo 'export CURRENT_PACKAGE_NAME=$(jq ".name" ~/repos/package.json -r)' >> $BASH_ENV - &versioning_package run: name: Versioning package