Skip to content

Commit 4be043f

Browse files
set at org
1 parent 0cc23a4 commit 4be043f

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -69,12 +69,7 @@ jobs:
6969
- name: Prepare repository
7070
run: git fetch --unshallow --tags
7171
- 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
72+
run: yarn auto shipit
7873
env:
7974
GH_TOKEN: ${{ secrets.GH_TOKEN }}
8075
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)