We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c06e47a commit 98bd64aCopy full SHA for 98bd64a
.github/workflows/release.yml
@@ -33,6 +33,8 @@ jobs:
33
run: yarn test
34
- name: Do Release
35
run: |
36
+ git config --global user.email "[email protected]"
37
+ git config --global user.name "lukasbachbot"
38
yarn lerna publish ${{ github.event.inputs.bump }} --yes --summary-file
39
env:
40
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments