mirror of
https://github.com/softprops/action-gh-release.git
synced 2025-11-16 19:09:49 +00:00
Add target_commitish to metadata
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user