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 c45664c commit 02638fdCopy full SHA for 02638fd
.github/workflows/publish-js.yml
@@ -16,6 +16,6 @@ jobs:
16
node-version: "16"
17
registry-url: "https://registry.npmjs.org"
18
- run: npm ci
19
- - run: npx lerna publish from-package --no-git-tag-version --yes
+ - run: npx lerna publish from-package --no-private --no-git-tag-version --yes
20
env:
21
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments