Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The name of the tag to attach to the published version of the package. The tag can be any text other than a semantic version string. Note that if an existing published version of the package has this tag, the tag will move to the newly published version. Typcially Typically this is used to move the "latest" tag for a package. [--tag]

Publish Access

The level of access the package should be published under. Typically this is left at public as registry feeds determine who can access the package based on credentials. Typically only scoped registries allow for restricted access to a published package. This will depend on the implementation of the registry being published to. [--access]

Use custom registry

Tick to open a new Registry tab to specify a custom NPM registry rather than the default registry of NPM. [--registry=]

Using

The Using drop down is populated with any property collector whose namespace matches the pattern defined by the NPM Publish action. The pattern for this action is ^NPM.*

...

If this is ticked, the command line output is written to the build log. [--silent]

Verbose logging

Tick this to pass the --verbose argument to get more detailed output from the NPM command line. [--verbose]

Timeout (in seconds)

How long to wait for the action to finish running before timing out. Leaving this blank (or zero) will default to 86400 seconds (24 hours).

...