Skip to content

Commit

Permalink
fix: use semantic-release context
Browse files Browse the repository at this point in the history
Update CircleCI deploy context to use
`reaction-publish-semantic-release` so that
we can update github repo with release

Signed-off-by: Spencer Norman <spencern@gmail.com>
  • Loading branch information
spencern committed Oct 7, 2019
1 parent f0e57cd commit a73008a
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 @@ -25,7 +25,7 @@ jobs:

- run: npm install

- run: npm run lint
- run: npm run lint

- run: npm test

Expand Down Expand Up @@ -62,7 +62,7 @@ workflows:
- build:
context: reaction
- deploy:
context: reaction
context: reaction-publish-semantic-release
requires:
- build
filters:
Expand Down

0 comments on commit a73008a

Please sign in to comment.