Skip to content

Commit 77a41ca

Browse files
authored
Merge pull request #39 from BitGo/BTC-0.loglevel
chore(ci): add verbose logging to lerna publish command
2 parents 2a00c22 + af722e2 commit 77a41ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,6 @@ jobs:
8181
run: npm --workspaces test
8282

8383
- name: Release
84-
run: npx lerna publish --yes --no-verify-access --no-push
84+
run: npx lerna publish --yes --no-push --loglevel verbose -- --loglevel verbose
8585
env:
8686
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)