Skip to content

Commit

Permalink
ci: fix storybook commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinWeb authored Nov 22, 2023
1 parent 3d664dc commit e16d575
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 @@ -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

0 comments on commit e16d575

Please sign in to comment.