Skip to content

Commit bb58fc1

Browse files
author
Petr Sramek
committed
fixed outputs
1 parent defb0ae commit bb58fc1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/dotnet.yml

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

0 commit comments

Comments
 (0)