Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
aguescribano87 authored Aug 22, 2024
1 parent da0e1d1 commit d56c02e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@ jobs:
- name: Install Lerna
run: yarn global add [email protected]

- name: Configure Git identity
run: |
git config --global user.name "${{ secrets.GIT_USER }}"
git config --global user.email "${{ secrets.GIT_EMAIL }}"
- name: Run Lerna version
run: yarn lerna version patch --yes

Expand Down

0 comments on commit d56c02e

Please sign in to comment.