We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a6c5aae + e63ecab commit 463a94dCopy full SHA for 463a94d
.github/workflows/release.yml
@@ -22,7 +22,7 @@ jobs:
22
uses: actions/checkout@v3
23
with:
24
fetch-depth: 0
25
- persist-credentials: true
+ persist-credentials: false
26
- name: Setup Node.js
27
uses: actions/setup-node@v4
28
@@ -36,4 +36,8 @@ jobs:
36
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
37
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
38
NODE_AUTH_TOKEN: ${{ secrets.NPM_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
43
run: npx semantic-release@21.0.2
0 commit comments