Skip to content

Commit

Permalink
fix: Fixing publishing to NPM
Browse files Browse the repository at this point in the history
  • Loading branch information
omarbassam88 committed Feb 29, 2024
1 parent 9b8e8c2 commit ab99b25
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,10 +99,6 @@ jobs:
- examples/<< parameters.example_name >>

publish_package:
parameters:
package_name:
type: string

executor: node

steps:
Expand Down Expand Up @@ -159,14 +155,13 @@ workflows:
jobs:
- build_test_package:
package_name: ef-runtime-client

publish:
jobs:
- publish_package:
<<: *publish_with_tags_filter
package_name: ef-runtime-client
context:
- npm-publish-token
requires:
- build_test_package


ef-demo-component:
when: << pipeline.parameters.ef-demo-component >>
Expand Down

0 comments on commit ab99b25

Please sign in to comment.