Add target_commitish to metadata

This commit is contained in:
Thomas Piskol 2021-02-10 11:21:35 +01:00
parent 93da15deb5
commit 60ec4e5f6b
2 changed files with 14 additions and 11 deletions

View file

@ -30,6 +30,9 @@ inputs:
repository:
description: 'Repository to make releases against, in <owner>/<repo> format'
required: false
target_commitish:
description: 'Commitish value that determines where the Git tag is created from. Can be any branch or commit SHA.'
required: false
env:
'GITHUB_TOKEN': 'As provided by Github Actions'
outputs: