siketyan/Release to Registry

Creates a release of package managers from template and pushes to another registry repository.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
tagTag of the release to be parsedyes${{ github.event.release.tag_name }}
ownerOwner of the repositoryyes${{ github.repository_owner }}
repoName of the repositoryyes${{ github.event.repository.name }}
pathPath of the release file on the target repoyes
assetsMapping between a key and name of the assetyes""
messageCommit messageyesfeat: Auto-generated release by release-to-registry-action
templatePath to the mustache template fileyes
tokenGitHub tokenyes${{ github.token }}
hashHash algorithm to compute for assets usingno
targetOwnerOwner of target registry repository. Fallbacks to `owner` inputno
targetRepoName of target registry repository. Fallbacks to `repo` inputno
branchBranch on where commits will be placed. Defaults to the default branchno
authorAuthor of the commits in `Forename Surname <foo@example.com>` formatno
committerCommitter of the commits in `Forename Surname <foo@example.com>` formatno
prTitleTitle of pull request to be created. Fallbacks to `message` inputno
prBodyDescription of pull request to be createdno

no outputs