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