actions/create-release

Add support for target_commitish input field

abrkn opened this issue · 3 comments

abrkn commented
Add support for target_commitish input field

Just merged two prs to master, both created a release but they pointed to the head commit instead of the commit that triggered the workflow. Being able to specify the sha the release is for would fix that.

Fixed here: #32

#32 is now merged