Skip to content

Commit

Permalink
ci: fix version in storybook commit
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinWeb authored Nov 22, 2023
1 parent 0eaca96 commit cea427c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,5 +73,5 @@ jobs:
git config user.name "Build-CI"
git config user.email [email protected]
git add .
git commit –m "doc(toolkit): publish storybook $TOOLKIT_VERSION"
git commit –m "docs(toolkit): publish storybook ${TOOLKIT_VERSION}"
git push

0 comments on commit cea427c

Please sign in to comment.