deployment works locally, but not via github actions
I have a deployment that perfectly works if i run locally wrangler deploy, but failed without any error message on github actions deploy.
After tons of tries, figured out that there is a hint - if you want to use wrangler3 during deploy you have to specify it. that then solved it.
wranglerVersion: '3'
would be really helpful to either write that much bigger, or actually make the latest one the default.
1 Reply
Which GitHub action were you using?
I'm fairly certain the default for
wrangler-action
is 3.13.2