-
-
Notifications
You must be signed in to change notification settings - Fork 763
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0cc23a4
commit 4be043f
Showing
1 changed file
with
1 addition
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -69,12 +69,7 @@ jobs: | |
- name: Prepare repository | ||
run: git fetch --unshallow --tags | ||
- name: Create Release | ||
run: | | ||
git config git config user.email [email protected] | ||
git config user.name "Andrew Lisowski" | ||
git remote rm origin | ||
git remote add origin https://[email protected]/jimp-dev/jimp | ||
yarn auto shipit -vv | ||
run: yarn auto shipit | ||
env: | ||
GH_TOKEN: ${{ secrets.GH_TOKEN }} | ||
NPM_TOKEN: ${{ secrets.NPM_TOKEN }} |