Skip to content

Commit df3b900

Browse files
committed
Add missing --yes flag in github packages action
1 parent 87196b2 commit df3b900

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@ jobs:
3131
registry-url: https://npm.pkg.github.com/
3232
- run: npm ci
3333
- run: npx lerna run build
34-
- run: npx lerna publish from-package
34+
- run: npx lerna publish from-package --yes
3535
env:
3636
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 commit comments

Comments
 (0)