mirror of
https://github.com/cloudflare/wrangler-action.git
synced 2025-03-21 07:39:06 +01:00
We need to distinguish between when the value is and isn't set in order to perform inference based on lockfile and only fallback to the default of npm if inference fails.
5 lines
140 B
Markdown
5 lines
140 B
Markdown
---
|
|
"wrangler-action": patch
|
|
---
|
|
|
|
Fixed the package manager not being inferred based on lockfile when the `packageManager` input isn't set.
|