Skip to content

Commit

Permalink
Merge pull request #116 from Financial-Times/matth/separate-version-p…
Browse files Browse the repository at this point in the history
…ublish

Use separate steps for version and publish, bump Athloi
  • Loading branch information
i-like-robots authored Jul 25, 2018
2 parents 00a19e3 + c18c05e commit 9bb7450
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,9 +129,12 @@ jobs:
- run:
name: shared-helper / npm-store-auth-token
command: .circleci/shared-helpers/helper-npm-store-auth-token
- run:
name: Bump version
command: npx athloi version ${CIRCLE_TAG}
- run:
name: NPM publish
command: npx athloi version ${CIRCLE_TAG} && npx athloi publish -- --access=public
command: npx athloi publish -- --access=public
- run:
name: Publish GitHub Pages
command: ./private/scripts/gh-pages
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"start-docs": "(cd tools/x-docs && npm start)"
},
"devDependencies": {
"@financial-times/athloi": "^1.0.0-beta.3",
"@financial-times/athloi": "^1.0.0-beta.4",
"@financial-times/secret-squirrel": "^2.10.1",
"eslint": "^5.1.0",
"eslint-config-prettier": "^2.9.0",
Expand Down

0 comments on commit 9bb7450

Please sign in to comment.