Răsfoiți Sursa

chore: Use verbose logging for publish workflow

Michael Bromley 1 lună în urmă
părinte
comite
c27e5d9227
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      .github/workflows/publish_to_npm.yml

+ 1 - 1
.github/workflows/publish_to_npm.yml

@@ -138,7 +138,7 @@ jobs:
 
       - name: Publish to NPM (minor-nightly)
         if: matrix.type == 'minor-nightly' && steps.commit_check.outputs.should_publish == 'true'
-        run: npx lerna exec --no-private -- npm publish --access public --tag minor
+        run: npx lerna exec --no-private -- npm publish --dd --access public --tag minor
 
       - name: Skip publish (no new commits)
         if: matrix.type != 'release' && steps.commit_check.outputs.should_publish == 'false'