Skip to content

Commit

Permalink
Set git user in release action
Browse files Browse the repository at this point in the history
  • Loading branch information
JReinhold committed Jan 31, 2024
1 parent a5317a8 commit df4e31d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ jobs:
- name: Prepare repository
run: git fetch --unshallow --tags

- name: 'Set git user'
run: |
git config --global user.name 'storybook-bot'
git config --global user.email '32066757+storybook-bot@users.noreply.github.com'
- name: Use Node.js 20.x
uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit df4e31d

Please sign in to comment.