github-tag-action
github-tag-action copied to clipboard
Add ref parameter
I currently try to create a pre-release when a user comments "pre-release" on a PR.
However, in that case GITHUB_REF
refers to the default branch. Being able to define the ref the version is meant for would enable this use-case.
I second this request. There are use cases where users might want to create a tag specifing the git reference where the new tag will point to.