Hey,
Hey,
I'm trying to use github action to deploy our worker, using
cloudflare/wrangler-action@v3
.
This is my yml file:
For some reason, it was trying to install a private npm package (from my main repo yarn.lock), failing over that:
I tried having
but this causes the installation to get stuck:
Is there an option to pre-install Wrangler? What is the best practice here? What am I doing wrong?
Thanks!1 Reply
ok, I managed to fix it by adding: