Skip to content

Commit 129ca47

Browse files
committed
debug
1 parent ce9e6d7 commit 129ca47

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110
- name: Publish packages
111111
if: inputs.dry_run != true
112112
run: |
113-
cd packages/tokens && npm publish --access public
113+
cd packages/tokens && npm publish --access public --loglevel verbose 2>&1 || true
114114
cd ../react && npm publish --access public
115115
cd ../tailwind-preset && npm publish --access public
116116

0 commit comments

Comments
 (0)