Skip to content

Commit dd5bc84

Browse files
authored
ci: Fix release flow (vol. 2) (apify#3241)
1 parent 2defd4b commit dd5bc84

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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: [email protected]
137+
GIT_COMMITTER_EMAIL: [email protected]
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: [email protected]
147+
GIT_COMMITTER_EMAIL: [email protected]
144148

145149
- name: Pin versions in internal dependencies and update lockfile
146150
run: |

0 commit comments

Comments
 (0)