File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -38,10 +38,10 @@ jobs:
3838 name : Versioning with GitVersion
3939 runs-on : ubuntu-latest
4040 outputs :
41- ASSEMBLY_VERSION : ${{ steps.versioning .outputs.ASSEMBLY_VERSION }}
42- ASSEMBLY_INFORMATIONAL_VERSION : ${{ steps.versioning .outputs.ASSEMBLY_INFORMATIONAL_VERSION }}
43- FILE_VERSION : ${{ steps.versioning .outputs.FILE_VERSION }}
44- PACKAGE_VERSION : ${{ steps.versioning .outputs.PACKAGE_VERSION }}
41+ ASSEMBLY_VERSION : ${{ steps.gitversion .outputs.ASSEMBLY_VERSION }}
42+ ASSEMBLY_INFORMATIONAL_VERSION : ${{ steps.gitversion .outputs.ASSEMBLY_INFORMATIONAL_VERSION }}
43+ FILE_VERSION : ${{ steps.gitversion .outputs.FILE_VERSION }}
44+ PACKAGE_VERSION : ${{ steps.gitversion .outputs.PACKAGE_VERSION }}
4545 steps :
4646 - uses : actions/checkout@v4
4747 with :
You can’t perform that action at this time.
0 commit comments