File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 2222 uses : actions/checkout@v3
2323 with :
2424 fetch-depth : 0
25- persist-credentials : false
25+ token : ${{ secrets.SEMANTIC_RELEASE_TOKEN }}
2626 - name : Setup Node.js
2727 uses : actions/setup-node@v4
2828 with :
@@ -33,11 +33,11 @@ jobs:
3333 run : yarn lib:build
3434 - name : Release
3535 env :
36- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
36+ GITHUB_TOKEN : ${{ secrets.SEMANTIC_RELEASE_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
39+ GIT_AUTHOR_NAME : semantic-release- bot
40+ GIT_AUTHOR_EMAIL : semantic-release- bot@users.noreply.github.com
41+ GIT_COMMITTER_NAME : semantic-release- bot
42+ GIT_COMMITTER_EMAIL : semantic-release- bot@users.noreply.github.com
4343 run : npx semantic-release@21.0.2
You can’t perform that action at this time.
0 commit comments