File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -23,12 +23,6 @@ outputs:
2323 version :
2424 description : ' Version extracted from the branch name.'
2525 value : ${{ steps.regex-match.outputs.match }}
26- major :
27- description : ' Major version extracted from the branch name.'
28- value : ${{ steps.regex-match.outputs.group1 }}
29- minor :
30- description : ' Minor version extracted from the branch name.'
31- value : ${{ steps.regex-match.outputs.group2 }}
3226
3327runs :
3428 using : " composite"
Original file line number Diff line number Diff line change @@ -26,10 +26,10 @@ inputs:
2626
2727outputs :
2828 friendly-version :
29- description : ' Version extracted from the branch name .'
30- value : ${{ steps.regex-match .outputs.match }}
29+ description : ' Formatted friendly version .'
30+ value : ${{ steps.format-version .outputs.friendly-version }}
3131 assembly-version :
32- description : ' Formatted version.'
32+ description : ' Formatted assembly version.'
3333 value : ${{ steps.format-version.outputs.assembly-version }}
3434 assembly-informational-version :
3535 description : ' Formatted assembly informational version.'
You can’t perform that action at this time.
0 commit comments