We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a610f6d + 848a5a7 commit e077a64Copy full SHA for e077a64
action.yml
@@ -31,6 +31,9 @@ inputs:
31
description: 'schema used to compute next tag. continuous or semantic'
32
required: false
33
default: 'continuous'
34
+ commitish:
35
+ description: 'Any branch or commit SHA the Git tag is created from, unused if the Git tag already exists. Default: SHA of current commit'
36
+ required: false
37
outputs:
38
id:
39
description: 'The ID of the created Release'
0 commit comments