Skip to content

Commit 87196b2

Browse files
committed
Add missing --yes flag
1 parent c58c009 commit 87196b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/real-npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ jobs:
1515
registry-url: https://registry.npmjs.org/
1616
- run: npm clean-install
1717
- run: npx lerna run build
18-
- run: npx lerna publish from-package
18+
- run: npx lerna publish from-package --yes
1919
env:
2020
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

0 commit comments

Comments
 (0)