It would be nice if we could programmatically configure the tag to use within the gradle plugin. Or as an alternative provide a mechanism to specify additional arbitrary parameters to send to the npm action.
The current workaround is to manually manage distribution tags after you publish using the npm dist-tag action.
The npm publish command supports specifying a distribution tag when publishing. The distribution tag defaults to
latest
if no tag is specified. see: https://docs.npmjs.com/adding-dist-tags-to-packagesIt would be nice if we could programmatically configure the tag to use within the gradle plugin. Or as an alternative provide a mechanism to specify additional arbitrary parameters to send to the npm action.
The current workaround is to manually manage distribution tags after you publish using the
npm dist-tag
action.