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 4facdf5
Showing 1 changed file with 27 additions and 27 deletions.
54 changes: 27 additions & 27 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,9 +128,8 @@ jobs:
dry_run:
type: boolean
default: true
executor:
class: small
name: node-lts
docker:
- image: cimg/node:16.13
steps:
- add_ssh_keys:
fingerprints:
Expand All @@ -152,7 +151,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 Expand Up @@ -321,28 +320,28 @@ workflows:
- build:
name: Build Angular
package_name: ui-particles-angular
- lint-test:
name: Lint & Test
requires:
- Build Angular
- build-storybook:
name: Build Angular Storybook
package_name: ui-particles-angular
requires:
- Lint & Test
- chromatic-deployment:
name: Chromatic deployment for Angular
context: cicd-orchestrator
package_name: ui-particles-angular
requires:
- Build Angular Storybook
pre-steps:
- keeper/env-export:
secret-url: keeper://TIlcGPFq4rN5GvgnZb9hng/field/password
var-name: GITHUB_TOKEN
- keeper/env-export:
secret-url: keeper://ZC9NhWiu_AgpJbmW0naJag/field/password
var-name: CHROMATIC_PROJECT_TOKEN
# - lint-test:
# name: Lint & Test
# requires:
# - Build Angular
# - build-storybook:
# name: Build Angular Storybook
# package_name: ui-particles-angular
# requires:
# - Lint & Test
# - chromatic-deployment:
# name: Chromatic deployment for Angular
# context: cicd-orchestrator
# package_name: ui-particles-angular
# requires:
# - Build Angular Storybook
# pre-steps:
# - keeper/env-export:
# secret-url: keeper://TIlcGPFq4rN5GvgnZb9hng/field/password
# var-name: GITHUB_TOKEN
# - keeper/env-export:
# secret-url: keeper://ZC9NhWiu_AgpJbmW0naJag/field/password
# var-name: CHROMATIC_PROJECT_TOKEN
- release:
name: Release Angular
package_name: ui-particles-angular
Expand All @@ -368,4 +367,5 @@ workflows:
var-name: GIT_COMMITTER_EMAIL
context: cicd-orchestrator
requires:
- Chromatic deployment for Angular
# - Chromatic deployment for Angular
- Build Angular

0 comments on commit 4facdf5

Please sign in to comment.