Skip to content

Commit 88d52ae

Browse files
try this
1 parent 11e4a4c commit 88d52ae

File tree

2 files changed

+4
-32
lines changed

2 files changed

+4
-32
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,10 @@ jobs:
6969
- name: Prepare repository
7070
run: git fetch --unshallow --tags
7171
- name: Create Release
72-
run: yarn auto shipit -vv
72+
run: |
73+
git remote rm origin
74+
git remote add origin https://[email protected]/jimp-dev/jimp
75+
yarn auto shipit -vv
7376
env:
7477
GH_TOKEN: ${{ secrets.GH_TOKEN }}
7578
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

patches/@auto-it+core+10.37.6.patch

Lines changed: 0 additions & 31 deletions
This file was deleted.

0 commit comments

Comments
 (0)