You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I did notice this starting to happen shortly after a verdaccio bug was fixed that had been causing verdaccio to fail to start due to npm config set registry being called improperly
The text was updated successfully, but these errors were encountered:
Not sure if it's related - I cannot publish any version too. I am able to release locally, git tags are issued, tag pipeline starts, but npm publish is skipped because it tries to release with version from dist package.json which is always 0.0.1 in my files. Do you know how to fix it? thanks!
Current Behavior
Whenever I run
nx release
on my workspace I notice that the end result is that my package is published with tag "undefined".Expected Behavior
I expected that it would continue to release with the "latest" tag.
GitHub Repo
https://github.com/DuncanMcPherson/nx-tools
Steps to Reproduce
Just a note: This is an active repo with live packages. The behavior is the same regardless of publishing to Verdaccio or npm
nx release
with any version numberNx Report
Failure Logs
=== Tarball Details === name: @nxextensions/firebase version: 1.3.1 filename: nxextensions-firebase-1.3.1.tgz package size: 13.5 kB unpacked size: 50.3 kB shasum: ba88b8764df5448238a26236a39e1d2ace95c79a integrity: sha512-6bkvvGh0GKv3W[...]MwTJ36Ehg5Dvg== total files: 43 Published to undefined with tag "undefined"
Package Manager Version
No response
Operating System
Additional Information
At first thought I thought I had maybe deleted something from my nx.json file (noted below). But I can't seem to find anything that could cause this.
I did notice this starting to happen shortly after a verdaccio bug was fixed that had been causing verdaccio to fail to start due to
npm config set registry
being called improperlyThe text was updated successfully, but these errors were encountered: