make pushing optional
This commit is contained in:
parent
b388649135
commit
c9f74f6081
|
@ -50,6 +50,10 @@ inputs:
|
|||
description: 'Set a custom commit message for version bump commit'
|
||||
default: ''
|
||||
required: false
|
||||
push:
|
||||
description: 'Set to false to skip pushing the new tag'
|
||||
default: 'true'
|
||||
required: false
|
||||
outputs:
|
||||
newTag:
|
||||
description: 'The newly created tag'
|
||||
|
|
Loading…
Reference in New Issue