Parcourir la source

chore: Update publish workflow to avoid prompts

Michael Bromley il y a 10 mois
Parent
commit
4447012834
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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'
       - run: npm ci
       - run: npm run build
-      - run: lerna publish from-package
+      - run: lerna publish from-package --yes
         env:
           NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
           NPM_CONFIG_PROVENANCE: true