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:
38
38
name : Versioning with GitVersion
39
39
runs-on : ubuntu-latest
40
40
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 }}
45
45
steps :
46
46
- uses : actions/checkout@v4
47
47
with :
You can’t perform that action at this time.
0 commit comments