File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 11name : " Update Platform Branch"
2+ # This workflow updates the platform.branch property in all pom.xml files to a new tag or branch.
3+ # It is triggered by a manual dispatch or by a call from another workflow - notably from platform changes to protocol/go.
4+ # This property is used to select which versions of the protocol buffer definitions to use.
25
36on :
47 workflow_call :
912 workflow_dispatch :
1013 inputs :
1114 tag :
12- description : " The new tag or branch to update the platform.branch property to ."
15+ description : " The new tag or branch to update the platform.branch property to use for targeting the RPC protocol buffers ."
1316 required : true
14- default : " protocol/go/v0.2.29 "
17+ default : " protocol/go/v0.3.0 "
1518
1619jobs :
1720 update-platform-branch :
You can’t perform that action at this time.
0 commit comments