Skip to content

Commit af722e2

Browse files
committed
chore(ci): add verbose logging to lerna publish command
Added verbose logging to lerna publish command in the CI workflow to help debug any publishing issues. Co-authored-by: llm-git <[email protected]> Ticket: BTC-0
1 parent 65c6e67 commit af722e2

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)