Skip to content

Commit

Permalink
configure git
Browse files Browse the repository at this point in the history
  • Loading branch information
varadarajan-tw committed Jul 5, 2024
1 parent 66b73c7 commit 08489fd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/version-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@ jobs:
- name: Install Dependencies
run: yarn install --frozen-lockfile --ignore-optional

- name: Configure git
run: |
git config user.name "github-actions[bot]"
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
- name: Build
run: NODE_ENV=production yarn build

Expand Down

0 comments on commit 08489fd

Please sign in to comment.