We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88d52ae commit 0cc23a4Copy full SHA for 0cc23a4
.github/workflows/build.yml
@@ -70,6 +70,8 @@ jobs:
70
run: git fetch --unshallow --tags
71
- name: Create Release
72
run: |
73
+ git config git config user.email [email protected]
74
+ git config user.name "Andrew Lisowski"
75
git remote rm origin
76
git remote add origin https://[email protected]/jimp-dev/jimp
77
yarn auto shipit -vv
0 commit comments