Skip to content

Commit

Permalink
git config
Browse files Browse the repository at this point in the history
  • Loading branch information
hgosansn authored May 3, 2022
1 parent 6677fc8 commit f67cc13
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/webpack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ jobs:
npm install
npx webpack --config ./webpack.prod.js
git config --global user.email "[email protected]"
git config --global user.name "Github_Action"
git fetch
git checkout release
Expand Down

0 comments on commit f67cc13

Please sign in to comment.