From e16d575ce1720a683d7340cc15848f6249a5035d Mon Sep 17 00:00:00 2001 From: Martin Stievenart Date: Wed, 22 Nov 2023 11:57:54 +0100 Subject: [PATCH] ci: fix storybook commit message --- .github/workflows/publish-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-release.yml b/.github/workflows/publish-release.yml index 197bc823c..dd82116c3 100644 --- a/.github/workflows/publish-release.yml +++ b/.github/workflows/publish-release.yml @@ -75,6 +75,6 @@ jobs: - name: Add files run: git add . - name: Commit changes - run: git commit –m 'publish storybook ${TOOLKIT_VERSION}' + run: git commit -a -m "publish storybook ${TOOLKIT_VERSION}" - name: Push run: git push