Skip to content

Commit 6d42d3b

Browse files
authored
fix: storybook build (#5319)
1 parent e2a1486 commit 6d42d3b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/default.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ jobs:
7878
needs: [build-packages, init]
7979
with:
8080
version: ${{ needs.init.outputs.playwrightVersion }}
81+
8182
build-storybook-composition:
8283
uses: ./.github/workflows/01-build-storybooks.yml
8384
needs: [build-packages, init]

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
uses: ./.github/workflows/01-build-storybooks.yml
5252
needs: [build-packages, init]
5353
with:
54-
storybook: storybook
54+
storybook: composition-storybook
5555
baseUrl: ${{ needs.init.outputs.baseUrl }}
5656

5757
build-storybook-angular:

0 commit comments

Comments
 (0)