Skip to content

Commit

Permalink
[code-infra] Do not look for changes with previous commit when releas…
Browse files Browse the repository at this point in the history
…ing a canary version
  • Loading branch information
michaldudak committed Jul 31, 2024
1 parent 9b04e74 commit 5576f0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-canaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}}

0 comments on commit 5576f0c

Please sign in to comment.