Skip to content

Commit d9018e8

Browse files
authored
[code-infra] Do not look for changes with previous commit when releasing a canary version (#43129)
1 parent 9b04e74 commit d9018e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-canaries.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ jobs:
1818
node-version: 18
1919
cache: 'pnpm' # https://github.com/actions/setup-node/blob/main/docs/advanced-usage.md#caching-packages-dependencies
2020
- run: pnpm install
21-
- run: pnpm canary:release --ignore @mui/icons-material --yes
21+
- run: pnpm canary:release --ignore @mui/icons-material --yes --skip-last-commit-comparison
2222
env:
2323
NPM_TOKEN: ${{secrets.NPM_TOKEN}}

0 commit comments

Comments
 (0)