From d9018e8a4a28df11a4c3e5e11fc40fdc423e724d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Dudak?= Date: Wed, 31 Jul 2024 15:49:05 +0200 Subject: [PATCH] [code-infra] Do not look for changes with previous commit when releasing a canary version (#43129) --- .github/workflows/publish-canaries.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-canaries.yml b/.github/workflows/publish-canaries.yml index 4433f9ff8015d4..6ceb6385a7dfbf 100644 --- a/.github/workflows/publish-canaries.yml +++ b/.github/workflows/publish-canaries.yml @@ -18,6 +18,6 @@ jobs: node-version: 18 cache: 'pnpm' # https://github.com/actions/setup-node/blob/main/docs/advanced-usage.md#caching-packages-dependencies - run: pnpm install - - run: pnpm canary:release --ignore @mui/icons-material --yes + - run: pnpm canary:release --ignore @mui/icons-material --yes --skip-last-commit-comparison env: NPM_TOKEN: ${{secrets.NPM_TOKEN}}