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"
No description
6 Replies
Walshy
Walshy6mo ago
what's your wrangler version?
dapperdandev
dapperdandevOP6mo ago
4.17.0 I also tried downgrading to 3.x. Still no luck
Walshy
Walshy6mo ago
this is working for me
No description
Walshy
Walshy6mo ago
npx wrangler@4.17.0 versions upload --tag hello-world
Walshy
Walshy6mo ago
even with name and message npx wrangler@4.17.0 versions upload --name "test" --message "1.2.3" --tag "1.2.3"
No description
dapperdandev
dapperdandevOP6mo ago
Weird. Still no luck
No description

Did you find this page helpful?