chore: Workaround for Yarn ignore publishConfig.tag
Ugh.
Also I had to change dist-tag due to npm's idiotic design:
<https://docs.npmjs.com/adding-dist-tags-to-packages>
> Since dist-tags share a namespace with semantic versions,
> avoid dist-tags that conflict with existing version numbers.
> We recommend avoiding dist-tags that start with a number or the letter "v".
It's not recommendation. NPM CLI errors when seeing semver tags.
Ugh.