Skip to content

Commit

Permalink
fix: add deploy step to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
sherwinski authored and sherwinski committed Jun 1, 2022
1 parent 0d60c9d commit 549e6e5
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,13 @@ jobs:
- run: echo 'export NODE_OPTIONS=--openssl-legacy-provider' >> $BASH_ENV
- node/install-packages
- run: npm run test
deploy:
docker:
- image: cimg/node:17.9
steps:
- checkout
- node/install-packages
- run: npx semantic-release

workflows:
test:
Expand All @@ -41,3 +48,6 @@ workflows:
version:
- "17.9"
- "lts"
- deploy:
requires:
- test

0 comments on commit 549e6e5

Please sign in to comment.