File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed
Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change 1414 outputs :
1515 major :
1616 description : " The major version"
17- type : string
1817 value : ${{ jobs.update_release_versions.outputs.major }}
1918 minor :
2019 description : " The minor version"
21- type : string
2220 value : ${{ jobs.update_release_versions.outputs.minor }}
2321 patch :
2422 description : " The patch version"
25- type : string
2623 value : ${{ jobs.update_release_versions.outputs.patch }}
2724 major_tag :
2825 description : " The major tag that was created (the version number, e.g. 1)"
29- type : string
3026 value : ${{ jobs.update_release_versions.outputs.major_tag }}
3127 minor_tag :
3228 description : " The minor tag that was created (the version number, e.g. 1.2)"
33- type : string
3429 value : ${{ jobs.update_release_versions.outputs.minor_tag }}
3530jobs :
3631 update_release_versions :
You can’t perform that action at this time.
0 commit comments