Skip to content

Commit

Permalink
Merge pull request #21 from tlesh989/working
Browse files Browse the repository at this point in the history
chore: Update git configuration in publish.yaml
  • Loading branch information
tlesh989 authored Jun 10, 2024
2 parents 8ad696a + b5085b8 commit 261cc06
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 261cc06

Please sign in to comment.