Skip to content

Commit de55b90

Browse files
committed
chore: verbose log level in publish script
1 parent e26ffd0 commit de55b90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
run: |
3636
git config --global user.email "bot@noreply.lukasbach.com"
3737
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
38+
yarn lerna publish ${{ github.event.inputs.bump }} --yes --no-verify-access --registry https://registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }} --summary-file --loglevel silly
3939
env:
4040
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
4141
- name: Release info

0 commit comments

Comments
 (0)