From 75ecb9378b16f697afe943d502bd36cb9fdd533c Mon Sep 17 00:00:00 2001 From: Gauthier Fiorentino Date: Thu, 21 Mar 2024 13:51:41 +0100 Subject: [PATCH] CI: Fix input name in CD workflow --- .github/workflows/CD.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CD.yml b/.github/workflows/CD.yml index 57429b8..467a0cc 100644 --- a/.github/workflows/CD.yml +++ b/.github/workflows/CD.yml @@ -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