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 9084691
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ 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
with:
package-name: "lib-latest"
artifact-name: "lib-latest"

0 comments on commit 9084691

Please sign in to comment.