duplocloud/DuploCloud Finish Release
Finishes a gitflow release
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Feb 24, 2026
- License
- None
Pinned Snippet
uses: duplocloud/ghactions-finish-gitflow-release@4c7d105ce925f6f0c84ba9cf199c4e0542ecc296 # v0.3.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| github_token | Github token to use for pushing the tag and deleting the release branch | yes | — |
| target_ref | release target ref (pull request base ref - defaults to {{ github.base_ref }}, which is usually master) | no | "" |
| source_ref | release source ref (pull request head ref - defaults to {{ github.head_ref }}) | no | "" |
| develop_ref | develop ref (defaults to develop) | no | develop |
| tag_prefix | The tag prefix (defaults to "v") | no | v |
| delete_branch | Whether or not to delete the release branch. | no | true |
| validate_merge | Validates that the source_ref was already merged into the target_ref. Set this to "false" if you merge a squashed commit. | no | true |
| is_hotfix | Whether or not pipeline triggered from hotfix. | no | false |
Outputs
| name | description |
|---|---|
| release_tag | release git tag (with version prefix) |
| release_branch | release git branch |
| release_commit | release git commit |
| source_ref | release source ref (pull request head) |
| target_ref | release target ref (pull request base) |