Set user and email

This commit is contained in:
Christopher Schleiden
2022-11-09 15:19:58 -08:00
parent 817309ff17
commit 47b302cd39
+4
View File
@@ -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: