Set user and email
This commit is contained in:
@@ -28,6 +28,10 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
|
- run: |
|
||||||
|
git config user.name github-actions
|
||||||
|
git config user.email [email protected]
|
||||||
|
|
||||||
- name: Publish packages
|
- name: Publish packages
|
||||||
run: npx lerna publish ${{ github.event.inputs.bump }} --yes
|
run: npx lerna publish ${{ github.event.inputs.bump }} --yes
|
||||||
env:
|
env:
|
||||||
|
|||||||
Reference in New Issue
Block a user