Skip to content

Commit 02638fd

Browse files
authored
Fix JS publish workflow again (#713)
1 parent c45664c commit 02638fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ jobs:
1616
node-version: "16"
1717
registry-url: "https://registry.npmjs.org"
1818
- run: npm ci
19-
- run: npx lerna publish from-package --no-git-tag-version --yes
19+
- run: npx lerna publish from-package --no-private --no-git-tag-version --yes
2020
env:
2121
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)