Fix JS publish workflow again (#713)

This commit is contained in:
Jayant Krishnamurthy 2023-03-23 14:45:07 -05:00 committed by GitHub
parent c45664c951
commit 02638fd865
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -16,6 +16,6 @@ jobs:
node-version: "16"
registry-url: "https://registry.npmjs.org"
- run: npm ci
- run: npx lerna publish from-package --no-git-tag-version --yes
- run: npx lerna publish from-package --no-private --no-git-tag-version --yes
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}