gnpaone/Copy Repo Release

Copy a release between repos

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
source_repoThe source org/repo for the release. The release will be copied from this repository.yes
destination_repoThe destination org/repo for the release. The release will be created or updated in this repository. Defaults to the current repository.no
github_tokenA token that has access to both the source and destination repositories. If not provided, the action will fall back to the default GITHUB_TOKEN.yes${{ github.token }}
tagThe release tag to copy. If not provided, will use the tag that triggered the action.no
override_bodyIf provided, this text will be used as the release body in the destination repository instead of source release body.no
override_nameIf provided, this value will be used as the release name/title instead of the source release name.no
override_draftIf provided ("true" or "false"), explicitly sets whether the destination release is a draft, else the draft status of the source release is preserved.no
override_prereleaseIf provided ("true" or "false"), explicitly sets whether the destination release is marked as a prerelease, else the prerelease status of the source release is preserved.no
skip_assetsIf set to "true", release assets from the source release will not be copied. Defaults to "false".nofalse

no outputs