Skip to content

Commit

Permalink
set at org
Browse files Browse the repository at this point in the history
  • Loading branch information
hipstersmoothie committed Feb 4, 2023
1 parent 0cc23a4 commit 4be043f
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit 4be043f

Please sign in to comment.