Skip to content

Commit

Permalink
fixing incorrect action name
Browse files Browse the repository at this point in the history
  • Loading branch information
georgewrmarshall committed Jan 30, 2024
1 parent 6927bc2 commit d5cd491
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ workflows:
storybook:
jobs:
- prep-deps
- prep-build:storybook:
- prep-build-storybook:
requires:
- prep-deps
- job-announce-storybook:
requires:
- prep-build:storybook
- prep-build-storybook

jobs:
prep-deps:
Expand All @@ -40,7 +40,7 @@ jobs:
paths:
- node_modules

prep-build:storybook:
prep-build-storybook:
executor: node-browsers
steps:
- checkout
Expand Down

0 comments on commit d5cd491

Please sign in to comment.