Skip to content
This repository has been archived by the owner on Aug 24, 2018. It is now read-only.

Commit

Permalink
Makes git commit explicit
Browse files Browse the repository at this point in the history
  • Loading branch information
arekkas committed Dec 7, 2017
1 parent a3d5718 commit d07ac90
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,10 @@ jobs:
echo "registry=https://registry.npmjs.org/" > ~/.npmrc
echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" >> ~/.npmrc
npm whoami
yarn run lerna publish --repo-version=$(git describe --tag) --yes --force-publish=* --skip-npm
yarn run lerna publish --repo-version=$(git describe --tag) --yes --force-publish=* --skip-npm --skip-git
cd packages/hydra-consent-sdk; npm publish
- run: git add -A
- run: git commit -a -m "Bumps to version $(git describe --tag)"
- run: git remote rm origin
- run: git remote add origin https://arekkas:[email protected]/ory/hydra-auth0-consent-sdk.git
- run: git push origin
Expand Down

0 comments on commit d07ac90

Please sign in to comment.