Skip to content

Commit

Permalink
Merge pull request #33 from cybozu/fix-release-yaml
Browse files Browse the repository at this point in the history
Fix `git config` usage in `release.yaml`
  • Loading branch information
sosukesuzuki authored Sep 28, 2023
2 parents cbf7e72 + 2d8ec20 commit 12e8a55
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 12e8a55

Please sign in to comment.