Skip to content

Commit 1313df6

Browse files
authored
Update publish.yml
1 parent d13d13f commit 1313df6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ jobs:
1515
with:
1616
node-version: 18
1717
cache: 'npm'
18+
- run: |
19+
git config user.name "${GITHUB_ACTOR}"
20+
git config user.email "${GITHUB_ACTOR}@users.noreply.github.com"
1821
- run: echo "NPM_PACKAGE_VERSION=$(npm version patch --no-git-tag-version)" | tee -a $GITHUB_ENV
1922
- run: git add package.json package-lock.json
2023
- name: Update README.md with new version

0 commit comments

Comments
 (0)