Skip to content

Commit 98bd64a

Browse files
committed
fix: add release identity to script
1 parent c06e47a commit 98bd64a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ jobs:
3333
run: yarn test
3434
- name: Do Release
3535
run: |
36+
git config --global user.email "[email protected]"
37+
git config --global user.name "lukasbachbot"
3638
yarn lerna publish ${{ github.event.inputs.bump }} --yes --summary-file
3739
env:
3840
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)