joshjohanning/Publish GitHub Action with ncc

Publish your GitHub Action with ncc

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
github_tokenToken for the github APIyes
github_api_urlGitHub 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_commandCommand to build the actionnonpm run package
commit_node_modulesChange to true to commit node_modules foldernofalse
commit_dist_folderChange to true to commit dist foldernotrue
publish_minor_versionChange to true to publish minor versionnofalse
publish_release_branchChange to true to publish release branchnofalse
create_release_as_draftChange to true to create release as draftnofalse
draft_release_pr_reminderPost a reminder comment on the merged PR when creating a draft releasenofalse
comment_on_linked_issuesComment 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.nofalse

no outputs