File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,18 +13,21 @@ jobs:
1313 - uses : actions/checkout@v5
1414 with :
1515 fetch-depth : 0
16+
1617 - uses : gittools/actions/gitversion/setup@v4.3.2
1718 name : Install GitVersion
1819 with :
1920 versionSpec : ' 6.x'
2021 includePrerelease : true
22+
2123 - uses : gittools/actions/gitversion/execute@v4.3.2
2224 name : Use GitVersion
2325 with :
2426 configFilePath : ' GitVersion_v6.yml'
2527 overrideConfig : |
2628 semantic-version-format=Loose
2729 id : version_step # step id used as a reference for output values
30+
2831 - run : |
2932 echo "FullSemVer (env.fullSemVer) : ${{ env.fullSemVer }}"
3033 echo "FullSemVer (env.GitVersion_FullSemVer) : ${{ env.GitVersion_FullSemVer }}"
Original file line number Diff line number Diff line change @@ -23,11 +23,13 @@ jobs:
2323 - uses : actions/checkout@v5
2424 with :
2525 fetch-depth : 0
26+
2627 - uses : gittools/actions/gitversion/setup@v4.3.2
2728 name : Install GitVersion
2829 with :
2930 versionSpec : ' 6.x'
3031 includePrerelease : false
32+
3133 - uses : gittools/actions/gitversion/execute@v4.3.2
3234 name : Use GitVersion
3335 with :
Original file line number Diff line number Diff line change @@ -13,11 +13,13 @@ jobs:
1313 - uses : actions/checkout@v5
1414 with :
1515 fetch-depth : 0
16+
1617 - uses : gittools/actions/gitversion/setup@v4.3.2
1718 name : Install GitVersion
1819 with :
1920 versionSpec : ' 6.x'
2021 includePrerelease : false
22+
2123 - uses : gittools/actions/gitversion/execute@v4.3.2
2224 name : Use GitVersion
2325 with :
You can’t perform that action at this time.
0 commit comments