wrangler-action: v3 release currently broken
action + repo When trying to run the worker, iI get an “Error: Action Failed”
Run cloudflare/wrangler-action@v3
with:
apiToken: ***
workingDirectory: cdn-upload-worker
command: publish --env staging
📥 Installing Wrangler
Running command: npm install wrangler@3.4.0
npm WARN deprecated sourcemap-codec@1.4.8: Please use @jridgewell/sourcemap-codec instead
✅ Wrangler installed
npm WARN deprecated rollup-plugin-inject@3.0.2: This package has been deprecated and is no longer maintained. Please use @rollup/plugin-inject.
🚀 Executing Wrangler Commands
Error: 🚨 Action failed
About this issue
- Original URL
- State: closed
- Created a year ago
- Comments: 17 (8 by maintainers)
No, @JacobMGEvans mistook your comment to mean “
cloudflare/wrangler-actionwas not published” rather thannot solving your problem.
We were ironing out some kinks with our release process earlier, hence the confusion. We’ve now released v3.0.2 with improved error logging when
commandfails, which should help us better understand what’s causing problems with your action run. Would you mind re-running the job in your repo, @randomairborne?