Skip to content

Commit

Permalink
Update github actions git info
Browse files Browse the repository at this point in the history
  • Loading branch information
chiefmikey authored Jun 18, 2022
1 parent 1f3824d commit afe5823
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/bump-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
&& jq --arg version ${VERSION:1} '.version = $version' package.json > '$tmp'
&& mv '$tmp' package.json
&& cat ./package.json
&& git config --global user.email "<>"
&& git config --global user.name "GitHub Actions Bot"
&& git config --global user.email "actions@github.com"
&& git config --global user.name "GitHub Actions"
&& git commit -am ${VERSION:1}
&& git push origin main

0 comments on commit afe5823

Please sign in to comment.