Skip to content

Commit

Permalink
try this
Browse files Browse the repository at this point in the history
  • Loading branch information
hipstersmoothie committed Feb 4, 2023
1 parent 11e4a4c commit 88d52ae
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 32 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,10 @@ jobs:
- name: Prepare repository
run: git fetch --unshallow --tags
- name: Create Release
run: yarn auto shipit -vv
run: |
git remote rm origin
git remote add origin https://[email protected]/jimp-dev/jimp
yarn auto shipit -vv
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
31 changes: 0 additions & 31 deletions patches/@auto-it+core+10.37.6.patch

This file was deleted.

0 comments on commit 88d52ae

Please sign in to comment.