Merge pull request #319 from cloudflare/maximo/add-changeset-for-wrangler-artifacts-dir

Add missing changeset for using randomUUID for wrangler artifacts dir
This commit is contained in:
Maximo Guk 2024-11-05 17:25:38 -04:00 committed by GitHub
commit 0e2b86ba21
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1,5 @@
---
"wrangler-action": patch
---
Fixes #317: Generate a new output directory with a randomUUID in the tmpDir, so that when the action is executed multiple times, we use the artifacts from that run, opposed to the artifacts from a previous run.