Skip to content

Commit

Permalink
CI: Fix input name in CD workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Mintoo200 committed Mar 21, 2024
1 parent f138963 commit 75ecb93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
needs: build-storybook
uses: ./.github/workflows/deploy-storybook.yml
with:
artifact_name: "storybook-latest"
artifact-name: "storybook-latest"
publish-package:
needs: build
uses: ./.github/workflows/publish-package.yml
Expand Down

0 comments on commit 75ecb93

Please sign in to comment.