Skip to content

Commit

Permalink
fix: semantic release in ci only
Browse files Browse the repository at this point in the history
  • Loading branch information
BelfordZ committed Jun 13, 2019
1 parent c39ba15 commit dc7761f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@ jobs:
name: Authenticate with registry
command: echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > ~/jade-service-runner/build/generated-client/typescript/.npmrc
- run: cd build/generated-client/typescript && npm publish --access=public
- run: npx semantic-release
- run: npm install semantic-release @semantic-release/changelog @semantic-release/git @semantic-release/github @semantic-release/npm @semantic-release/commit-analyzer @semantic-release/release-notes-generator @qiwi/semantic-release-gh-pages-plugin
- run: ./node_modules/.bin/semantic-release

workflows:
version: 2
Expand Down

0 comments on commit dc7761f

Please sign in to comment.