Browse Source

chore: Update publish workflow to avoid prompts

Michael Bromley 9 months ago
parent
commit
4447012834
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/publish_to_npm.yml

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

@@ -18,7 +18,7 @@ jobs:
           registry-url: 'https://registry.npmjs.org'
           registry-url: 'https://registry.npmjs.org'
       - run: npm ci
       - run: npm ci
       - run: npm run build
       - run: npm run build
-      - run: lerna publish from-package
+      - run: lerna publish from-package --yes
         env:
         env:
           NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
           NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
           NPM_CONFIG_PROVENANCE: true
           NPM_CONFIG_PROVENANCE: true