Loading README.md +2 −2 Original line number Diff line number Diff line Loading @@ -372,11 +372,11 @@ When enabled, it is executed on a Git tag with a semantic version pattern (`v?[0 It uses the following variables: | Input / Variable | Description | Default value | | ------------------------------------------ | --------------------------------------------------------------------------- | --------------------------------------------- | ------ | | ------------------------------------------ | --------------------------------------------------------------------------- | --------------------------------------------- | | `publish-enabled` / `NG_PUBLISH_ENABLED` | Set variable to `true` to enable the publish job | _none_ (disabled) | | `publish-projects` / `NG_PUBLISH_PROJECTS` | Space separated list of projects to publish | _none_ (all workspace projects are published) | | `publish-args` / `NG_PUBLISH_ARGS` | NPM [publish](https://docs.npmjs.com/cli/v6/commands/npm-publish) arguments | _none_ | | `NPM_PUBLISH_REGISTRY` | npm registry to publish to | uses GitLab project npm packages registry | _none_ | | `NPM_PUBLISH_REGISTRY` | npm registry to publish to | _none_ (uses GitLab project npm packages registry) | | :lock: `NPM_PUBLISH_TOKEN` | NPM publication registry authentication token | _none_ | | :lock: `NPM_PUBLISH_AUTH` | NPM publication registry basic authentication (base64) | _none_ | Loading Loading
README.md +2 −2 Original line number Diff line number Diff line Loading @@ -372,11 +372,11 @@ When enabled, it is executed on a Git tag with a semantic version pattern (`v?[0 It uses the following variables: | Input / Variable | Description | Default value | | ------------------------------------------ | --------------------------------------------------------------------------- | --------------------------------------------- | ------ | | ------------------------------------------ | --------------------------------------------------------------------------- | --------------------------------------------- | | `publish-enabled` / `NG_PUBLISH_ENABLED` | Set variable to `true` to enable the publish job | _none_ (disabled) | | `publish-projects` / `NG_PUBLISH_PROJECTS` | Space separated list of projects to publish | _none_ (all workspace projects are published) | | `publish-args` / `NG_PUBLISH_ARGS` | NPM [publish](https://docs.npmjs.com/cli/v6/commands/npm-publish) arguments | _none_ | | `NPM_PUBLISH_REGISTRY` | npm registry to publish to | uses GitLab project npm packages registry | _none_ | | `NPM_PUBLISH_REGISTRY` | npm registry to publish to | _none_ (uses GitLab project npm packages registry) | | :lock: `NPM_PUBLISH_TOKEN` | NPM publication registry authentication token | _none_ | | :lock: `NPM_PUBLISH_AUTH` | NPM publication registry basic authentication (base64) | _none_ | Loading