Skip to content

Commit

Permalink
fix: update semantic-release to correct publication on npm
Browse files Browse the repository at this point in the history
  • Loading branch information
ThibaudAV committed Jan 29, 2024
1 parent 8ef7399 commit 2ed9faa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,9 +128,9 @@ jobs:
dry_run:
type: boolean
default: true
executor:
class: small
name: node-lts
docker:
# TODO: Try to fix. Hack because npm publish + semantic-release is not working as before with 18.10 node version
- image: cimg/node:16.13
steps:
- add_ssh_keys:
fingerprints:
Expand All @@ -152,7 +152,7 @@ jobs:
- run:
name: 🚀 Release the Kraken
working_directory: << parameters.package_name >>
command: yarn semantic-release
command: yarn semantic-release --debug

build-storybook:
parameters:
Expand Down

0 comments on commit 2ed9faa

Please sign in to comment.