We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce9e6d7 commit 129ca47Copy full SHA for 129ca47
1 file changed
.github/workflows/publish.yml
@@ -110,7 +110,7 @@ jobs:
110
- name: Publish packages
111
if: inputs.dry_run != true
112
run: |
113
- cd packages/tokens && npm publish --access public
+ cd packages/tokens && npm publish --access public --loglevel verbose 2>&1 || true
114
cd ../react && npm publish --access public
115
cd ../tailwind-preset && npm publish --access public
116
0 commit comments