alvelive/npm publish
This is a simple action to publish npm packages (or GitHub Packages)
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| entrypoint | Entry point for npm package | no | src/index.ts |
| platform | Target platform for npm package | no | node |
| build-args | Additional arguments that will be passed to esbuild command | no | "" |
| install-scope | Dependency scope for npm dependencies | no | @alvelive |
| install-token | Access token for npm registry during installation (GitHub PAT for GitHub Packages) | no | — |
| install-registry-url | Access token for npm registry during installation (GitHub PAT for GitHub Packages) | no | https://npm.pkg.github.com/ |
| publish | Should the action publish image to registry | no | false |
| npm-token | Access token for npm registry (GitHub PAT for GitHub Packages) | no | — |
| registry-url | Registry URL for npm package | no | https://npm.pkg.github.com/ |
| force | Force publish to registry | no | false |
Outputs
no outputs