Skip to content

Commit 1c9e11d

Browse files
committed
ascdsax
1 parent 8f24a6d commit 1c9e11d

2 files changed

Lines changed: 3 additions & 9 deletions

File tree

.github/actions/extract-version/action.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff 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

3327
runs:
3428
using: "composite"

.github/actions/format-version/action.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ inputs:
2626

2727
outputs:
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.'

0 commit comments

Comments
 (0)