File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 6060 with :
6161 dotnet-version : ${{ env.dotnet-sdk-version }}
6262 - name : ' Extract version from branch name'
63- id : versioning
63+ id : extract-version
6464 uses : ' ./.github/actions/extract-version'
6565 with :
6666 branch-name : ${{ github.ref_name }}
8585 id : format-version
8686 uses : ./.github/actions/format-version
8787 with :
88- version : ${{ steps.versioning .outputs.version }}
88+ version : ${{ steps.extract-version .outputs.version }}
8989 patch : ${{ github.run_number }}
9090 build-number : ${{ steps.create-build-number.outputs.build-number }}
9191 sha : ${{ github.sha }}
Original file line number Diff line number Diff line change 3030 name : ' Extract version (new)'
3131 runs-on : ubuntu-latest
3232 outputs :
33- friendly-version : ${{ steps.format -version.outputs.friendly- version }}
33+ friendly-version : ${{ steps.extract -version.outputs.version }}
3434 steps :
3535 - name : ' Checkout ${{ github.head_ref || github.ref }}'
3636 uses : actions/checkout@v5
3939 with :
4040 dotnet-version : ${{ env.dotnet-sdk-version }}
4141 - name : ' Extract version from branch name'
42- id : versioning
42+ id : extract-version
4343 uses : ' ./.github/actions/extract-version'
4444 with :
4545 branch-name : ${{ github.ref_name }}
You can’t perform that action at this time.
0 commit comments