File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -132,15 +132,19 @@ jobs:
132132 env :
133133 GH_TOKEN : ${{ secrets.APIFY_SERVICE_ACCOUNT_GITHUB_TOKEN }}
134134 GIT_AUTHOR_NAME : Apify Release Bot
135+ GIT_COMMITTER_NAME : Apify Release Bot
135136 GIT_AUTHOR_EMAIL : noreply@apify.com
137+ GIT_COMMITTER_EMAIL : noreply@apify.com
136138
137139 - name : Bump version to ${{ github.event.inputs.version }} version
138140 if : ${{ github.event.inputs.version != 'custom' }}
139141 run : yarn lerna version ${{ github.event.inputs.version }} --force-publish --yes
140142 env :
141143 GH_TOKEN : ${{ secrets.APIFY_SERVICE_ACCOUNT_GITHUB_TOKEN }}
142144 GIT_AUTHOR_NAME : Apify Release Bot
145+ GIT_COMMITTER_NAME : Apify Release Bot
143146 GIT_AUTHOR_EMAIL : noreply@apify.com
147+ GIT_COMMITTER_EMAIL : noreply@apify.com
144148
145149 - name : Pin versions in internal dependencies and update lockfile
146150 run : |
You can’t perform that action at this time.
0 commit comments