🐛 BUG: use wrangler pages deploy
instead of wrangler pages publish
#275
Labels
bug
Something isn't working
wrangler pages deploy
instead of wrangler pages publish
#275
Which Cloudflare product(s) does this pertain to?
Pages, Other
What version(s) of the tool(s) are you using?
wrangler v3.63.1
What version of Node are you using?
v20.13.1
What operating system and version are you using?
macOs Sonoma 14.6 beta (23G5061b)
Describe the Bug
Observed behavior
When using
cloudflare/pages-action
it throws a warning saying thatwrangler pages publish
will be removed in the next major release and to usewrangler pages deploy
instead.Expected behavior
cloudflare/pages-action
should use the commandwrangler pages deploy
instead.Steps to reproduce
Have a cloudflare project with wrangler, a git repo with a workflow using
cloudflare/pages-action
and a cloudflare page of course.Then try to run the workflow and look for a warning like this:
Please provide a link to a minimal reproduction
No response
Please provide any relevant error logs
No response
The text was updated successfully, but these errors were encountered: