Skip to content

Commit

Permalink
chore: Update git configuration in publish.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
tlesh989 committed Jun 10, 2024
1 parent 755f7da commit b5085b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Configure git
run: |
git config user.name $GITHUB_ACTOR
git config user.email [email protected]"
git config user.email [email protected]
- name: check version and tags
run: |
grep "version" package.json
Expand Down

0 comments on commit b5085b8

Please sign in to comment.