Skip to content

Commit 03696a0

Browse files
authored
chore: another attempt (#33)
1 parent 34ffe9c commit 03696a0

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ jobs:
2020
uses: actions/checkout@v4
2121
with:
2222
fetch-depth: 0
23-
persist-credentials: false
2423

2524
- name: Setup Node.js
2625
uses: actions/setup-node@v4
@@ -37,4 +36,8 @@ jobs:
3736
- name: Release
3837
env:
3938
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
39+
GIT_AUTHOR_NAME: github-actions[bot]
40+
GIT_AUTHOR_EMAIL: github-actions[bot]@users.noreply.github.com
41+
GIT_COMMITTER_NAME: github-actions[bot]
42+
GIT_COMMITTER_EMAIL: github-actions[bot]@users.noreply.github.com
4043
run: npm run semantic-release

0 commit comments

Comments
 (0)