joshjohanning/Publish GitHub Action with ncc
Publish your GitHub Action with ncc
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github_token | Token for the github API | yes | — |
| github_api_url | GitHub API URL (e.g., https://api.github.com for GitHub.com or https://ghes.domain.com/api/v3 for GHES) | no | ${{ github.api_url }} |
| npm_package_command | Command to build the action | no | npm run package |
| commit_node_modules | Change to true to commit node_modules folder | no | false |
| commit_dist_folder | Change to true to commit dist folder | no | true |
| publish_minor_version | Change to true to publish minor version | no | false |
| publish_release_branch | Change to true to publish release branch | no | false |
| create_release_as_draft | Change to true to create release as draft | no | false |
| draft_release_pr_reminder | Post a reminder comment on the merged PR when creating a draft release | no | false |
| comment_on_linked_issues | Comment on closed issues linked to PRs in the release notes to notify followers of the release. Comments are posted for both published and draft releases; updated idempotently on rerun. | no | false |
Outputs
no outputs