Skip to content

Commit 0cc23a4

Browse files
set user directly
1 parent 88d52ae commit 0cc23a4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,8 @@ jobs:
7070
run: git fetch --unshallow --tags
7171
- name: Create Release
7272
run: |
73+
git config git config user.email [email protected]
74+
git config user.name "Andrew Lisowski"
7375
git remote rm origin
7476
git remote add origin https://[email protected]/jimp-dev/jimp
7577
yarn auto shipit -vv

0 commit comments

Comments
 (0)