Skip to content

Commit

Permalink
chore: add git config settings
Browse files Browse the repository at this point in the history
  • Loading branch information
janwo committed Sep 3, 2023
1 parent 1512c62 commit 7ed14ef
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,7 @@ jobs:
npm run backend:build
git checkout -b build
git add -f dist/**/*
git config --global user.name "CI/CD"
git config --global user.email "[email protected]"
git commit -m "update dist folder"
git push origin build --force

0 comments on commit 7ed14ef

Please sign in to comment.