Skip to content

Commit

Permalink
ci(release): define commit info
Browse files Browse the repository at this point in the history
  • Loading branch information
Rubilmax committed Jul 30, 2024
1 parent af3e9ab commit ab96110
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/npm-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ jobs:
- run: yarn version apply

- run: |
git config --global user.name '${{ vars.GITHUB_ACTOR }}'
git config --global user.email '${{ vars.GITHUB_ACTOR }}@users.noreply.github.com'
git commit -am "build(package): bump versions"
git push
Expand Down

0 comments on commit ab96110

Please sign in to comment.