deno.land/x/module not using latest tag
I created a repository, at deno.land/x/shellgpt, and pushed some tags. The latest version is v0.2.0.
When I do
deno install -A --name gpt https://deno.land/x/shellgpt/mod.ts
I'd expect it to resolve to the latest, v0.2.0, but it's unexpectedly installing an older/broken version, v0.1.
This seems to be a bug in deno.land or I'm doing something wrong. I had deleted some of these earlier tags and maybe the repo is in a bugged state?3 Replies