We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e26ffd0 commit de55b90Copy full SHA for de55b90
.github/workflows/release.yml
@@ -35,7 +35,7 @@ jobs:
35
run: |
36
git config --global user.email "bot@noreply.lukasbach.com"
37
git config --global user.name "lukasbachbot"
38
- yarn lerna publish ${{ github.event.inputs.bump }} --yes --no-verify-access --registry https://registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }} --summary-file
+ yarn lerna publish ${{ github.event.inputs.bump }} --yes --no-verify-access --registry https://registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }} --summary-file --loglevel silly
39
env:
40
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
41
- name: Release info
0 commit comments