File tree Expand file tree Collapse file tree 6 files changed +24
-0
lines changed Expand file tree Collapse file tree 6 files changed +24
-0
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,10 @@ name: Release C# SDK
33on :
44 workflow_call :
55 inputs :
6+ makePR :
7+ description : Make Pull Request
8+ default : false
9+ type : boolean
610 version :
711 description : " The version of the C# SDK that you would like to release"
812 required : true
Original file line number Diff line number Diff line change @@ -3,6 +3,10 @@ name: Release Go SDK
33on :
44 workflow_call :
55 inputs :
6+ makePR :
7+ description : Make Pull Request
8+ default : false
9+ type : boolean
610 version :
711 description : " The version of the C# SDK that you would like to release"
812 required : true
Original file line number Diff line number Diff line change @@ -3,6 +3,10 @@ name: Release Java SDK
33on :
44 workflow_call :
55 inputs :
6+ makePR :
7+ description : Make Pull Request
8+ default : false
9+ type : boolean
610 version :
711 description : " The version of the C# SDK that you would like to release"
812 required : true
Original file line number Diff line number Diff line change @@ -3,6 +3,10 @@ name: Release Python SDK
33on :
44 workflow_call :
55 inputs :
6+ makePR :
7+ description : Make Pull Request
8+ default : false
9+ type : boolean
610 version :
711 description : " The version of the C# SDK that you would like to release"
812 required : true
Original file line number Diff line number Diff line change @@ -3,6 +3,10 @@ name: Release Ruby SDK
33on :
44 workflow_call :
55 inputs :
6+ makePR :
7+ description : Make Pull Request
8+ default : false
9+ type : boolean
610 version :
711 description : " The version of the C# SDK that you would like to release"
812 required : true
Original file line number Diff line number Diff line change @@ -3,6 +3,10 @@ name: Release TypeScript SDK
33on :
44 workflow_call :
55 inputs :
6+ makePR :
7+ description : Make Pull Request
8+ default : false
9+ type : boolean
610 version :
711 description : " The version of the C# SDK that you would like to release"
812 required : true
You can’t perform that action at this time.
0 commit comments