Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vmarcosp committed Jul 13, 2024
1 parent 68f077f commit 51ad19d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@ jobs:
node-version: 20
cache: 'pnpm'

- name: Configure CI user
run: |
git config --global user.email "[email protected]"
git config --global user.name "vmarcosp"
- name: Install dependencies
run: pnpm install

Expand Down

0 comments on commit 51ad19d

Please sign in to comment.