Skip to content

Commit cf16a30

Browse files
authored
ci(shipjs): define git user before trigger (#1116)
1 parent 5016b4e commit cf16a30

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.circleci/config.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,10 @@ jobs:
167167
- run: *restore_dist_folders
168168
- run:
169169
name: Release if needed
170-
command: yarn run shipjs trigger
170+
command: |
171+
git config --global user.email "[email protected]"
172+
git config --global user.name "Autocomplete[bot]"
173+
yarn run shipjs trigger
171174
172175
workflows:
173176
version: 2.1

0 commit comments

Comments
 (0)