Skip to content

Commit

Permalink
Fix release.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
sosukesuzuki committed Sep 28, 2023
1 parent cbf7e72 commit 2d8ec20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Set up git user
run:
run: |
git config --global user.name "GitHub Actions"
git config --global user.email "[email protected]"
- name: Publish to npm
Expand Down

0 comments on commit 2d8ec20

Please sign in to comment.