siketyan/Release to Registry
Creates a release of package managers from template and pushes to another registry repository.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| tag | Tag of the release to be parsed | yes | ${{ github.event.release.tag_name }} |
| owner | Owner of the repository | yes | ${{ github.repository_owner }} |
| repo | Name of the repository | yes | ${{ github.event.repository.name }} |
| path | Path of the release file on the target repo | yes | — |
| assets | Mapping between a key and name of the asset | yes | "" |
| message | Commit message | yes | feat: Auto-generated release by release-to-registry-action |
| template | Path to the mustache template file | yes | — |
| token | GitHub token | yes | ${{ github.token }} |
| hash | Hash algorithm to compute for assets using | no | — |
| targetOwner | Owner of target registry repository. Fallbacks to `owner` input | no | — |
| targetRepo | Name of target registry repository. Fallbacks to `repo` input | no | — |
| branch | Branch on where commits will be placed. Defaults to the default branch | no | — |
| author | Author of the commits in `Forename Surname <foo@example.com>` format | no | — |
| committer | Committer of the commits in `Forename Surname <foo@example.com>` format | no | — |
| prTitle | Title of pull request to be created. Fallbacks to `message` input | no | — |
| prBody | Description of pull request to be created | no | — |
Outputs
no outputs