How do I set the version/tags/message on deploy?
I'm trying to use the github release version as either the tags or message when I upload/deploy. I've been experimenting by running it manually with made up values. No matter what I do, the message/tag doesn't show up.
I've tried:
-
wrangler versions upload --name "kno2fy-dev-exp" --message "1.2.3" --tag "1.2.3"
- wrangler versions upload --name="kno2fy-dev-exp" --message="1.2.3" --tag="1.2.3"
6 Replies
what's your wrangler version?
4.17.0
I also tried downgrading to 3.x. Still no luck
this is working for me

npx wrangler@4.17.0 versions upload --tag hello-worldeven with name and message
npx wrangler@4.17.0 versions upload --name "test" --message "1.2.3" --tag "1.2.3"
Weird. Still no luck
