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 39
39
uses : actions/checkout@v3
40
40
with :
41
41
token : ${{ secrets.PIPELINE_BOT_PAT }}
42
+ depth : 0
42
43
43
44
- name : Setup Node
44
45
uses : actions/setup-node@v3
@@ -49,13 +50,12 @@ jobs:
49
50
- name : Install Dependencies
50
51
run : npm ci
51
52
52
- - name : Set Commitbot Identity
53
- run : |
54
- git config user.name "im-pipeline-bot"
55
- git config user.email "[email protected] "
56
-
57
53
- name : Semantic Release
58
54
env :
59
- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
55
+ GIT_AUTHOR_NAME : ' im-pipeline-bot'
56
+ GIT_AUTHOR_EMAIL :
' [email protected] '
57
+ GIT_COMMITTER_NAME : ' im-pipeline-bot'
58
+ GIT_COMMITTER_EMAIL :
' [email protected] '
59
+ GITHUB_TOKEN : ${{ secrets.PIPELINE_BOT_PAT }}
60
60
NPM_TOKEN : ${{ secrets.NPM_TOKEN }}
61
61
run : npx semantic-release
You can’t perform that action at this time.
0 commit comments