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 0cc23a4 commit 4be043fCopy full SHA for 4be043f
.github/workflows/build.yml
@@ -69,12 +69,7 @@ jobs:
69
- name: Prepare repository
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
+ run: yarn auto shipit
78
env:
79
GH_TOKEN: ${{ secrets.GH_TOKEN }}
80
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments