Skip to content

Commit

Permalink
ci: git user (#417)
Browse files Browse the repository at this point in the history
Co-authored-by: Github Actions <[email protected]>
  • Loading branch information
kevkevinpal and Github Actions authored Sep 19, 2023
1 parent ad9fd6d commit 629bdcd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ jobs:
cache: 'yarn'
- name: Prettier, Build and Version
run: |
git config user.name 'Github Actions'
git config user.email [email protected]
yarn install
yarn run format
git add ./src
git commit -m "ci: prettier format"
git push --set-upstream origin master
git config user.name 'Github Actions'
git config user.email [email protected]
npm version patch -m "ci: bump version to %s"
git push --follow-tags
CI=false yarn install && CI=false yarn run build
Expand Down

0 comments on commit 629bdcd

Please sign in to comment.