Skip to content

Commit

Permalink
add git config for bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
szander committed Oct 14, 2024
1 parent 7c62760 commit 7c9d7db
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,10 @@ jobs:
run: npm install

- name: Bump version and generate changelog
run: npx standard-version
run: |
git config --global user.name 'github-actions[bot]'
git config --global user.email 'github-actions[bot]@users.noreply.github.com'
npx standard-version
- name: Commit and push changes
run: |
Expand Down

0 comments on commit 7c9d7db

Please sign in to comment.