Skip to content
This repository has been archived by the owner on Dec 14, 2022. It is now read-only.

Commit

Permalink
fix: use npm semantic release context
Browse files Browse the repository at this point in the history
Signed-off-by: Spencer Norman <spencern@gmail.com>
  • Loading branch information
spencern committed Apr 3, 2020
1 parent 4ee06dd commit ebf834d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .circleci/config.yml
Expand Up @@ -69,20 +69,22 @@ jobs:
- checkout
- run: cd package && npm ci
- run: cd package && npm run build
- run: cd package && npx semantic-release --branch trunk
- run: cd package && npx semantic-release

workflows:
version: 2
build_and_test:
jobs:
- install-dependencies
- install-dependencies:
context: reaction-publish-semantic-release
- eslint:
requires:
- install-dependencies
- test:
requires:
- install-dependencies
- publish-npm-package:
context: reaction-publish-semantic-release
requires:
- eslint
- test
Expand Down

0 comments on commit ebf834d

Please sign in to comment.