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 9b04e74 commit d9018e8Copy full SHA for d9018e8
.github/workflows/publish-canaries.yml
@@ -18,6 +18,6 @@ jobs:
18
node-version: 18
19
cache: 'pnpm' # https://github.com/actions/setup-node/blob/main/docs/advanced-usage.md#caching-packages-dependencies
20
- run: pnpm install
21
- - run: pnpm canary:release --ignore @mui/icons-material --yes
+ - run: pnpm canary:release --ignore @mui/icons-material --yes --skip-last-commit-comparison
22
env:
23
NPM_TOKEN: ${{secrets.NPM_TOKEN}}
0 commit comments