Skip to content

Commit 463a94d

Browse files
Merge pull request #33 from outshift-open/fix/deps
fix: deps
2 parents a6c5aae + e63ecab commit 463a94d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
uses: actions/checkout@v3
2323
with:
2424
fetch-depth: 0
25-
persist-credentials: true
25+
persist-credentials: false
2626
- name: Setup Node.js
2727
uses: actions/setup-node@v4
2828
with:
@@ -36,4 +36,8 @@ jobs:
3636
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3737
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
3838
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
3943
run: npx semantic-release@21.0.2

0 commit comments

Comments
 (0)