cloudflare / wrangler-action

🧙‍♀️ easily deploy cloudflare workers applications using wrangler and github actions
Apache License 2.0
1.25k stars 159 forks source link

action doesn't use bulk secret upload when specifying wranglerVersion 3.10.0 or higher #215

Closed 1000hz closed 11 months ago

1000hz commented 11 months ago

There's a bug in our semverCompare() function resulting from comparing version numbers lexicographically. This results in places where we use it (e.g. whether to use bulk secret uploads or serial uploads) sometimes taking the wrong code path.