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 24f61a0 commit aaa02d1Copy full SHA for aaa02d1
1 file changed
.github/workflows/publish.yml
@@ -52,7 +52,7 @@ jobs:
52
env:
53
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
54
run: |
55
- pnpm code-infra publish-canary --filter "@mui/internal-*" --filter "@mui-internal/*"
+ pnpm code-infra publish-canary --filter "./packages-internal/*"
56
publish:
57
if: github.event_name == 'workflow_dispatch' && inputs.internal-packages != true
58
runs-on: ubuntu-latest
@@ -85,4 +85,4 @@ jobs:
85
ARGS="$ARGS --tag ${{ inputs.dist-tag }}"
86
fi
87
88
- pnpm code-infra publish --ci $ARGS --filter "!@mui/internal-*" --filter "!@mui-internal/*"
+ pnpm code-infra publish --ci $ARGS --filter "./packages/*"
0 commit comments