Skip to content

Commit

Permalink
test ci
Browse files Browse the repository at this point in the history
  • Loading branch information
julien-amblard committed Jul 30, 2020
1 parent 4ecb4ec commit 228740e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 228740e

Please sign in to comment.