We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34ffe9c commit 03696a0Copy full SHA for 03696a0
1 file changed
.github/workflows/release.yml
@@ -20,7 +20,6 @@ jobs:
20
uses: actions/checkout@v4
21
with:
22
fetch-depth: 0
23
- persist-credentials: false
24
25
- name: Setup Node.js
26
uses: actions/setup-node@v4
@@ -37,4 +36,8 @@ jobs:
37
36
- name: Release
38
env:
39
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ 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
43
run: npm run semantic-release
0 commit comments