Skip to content

Commit d407526

Browse files
author
Petr Sramek
committed
kgyjg
1 parent 39dfc37 commit d407526

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/dotnet.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ jobs:
3939
runs-on: ubuntu-latest
4040
env:
4141
ASSEMBLY_VERSION: ${{ needs.version.outputs.ASSEMBLY_VERSION }}
42+
ASSEMBLY_INFORMATIONAL_VERSION: ${{ needs.version.outputs.ASSEMBLY_INFORMATIONAL_VERSION }}
43+
FILE_VERSION: ${{ needs.version.outputs.FILE_VERSION }}
44+
PACKAGE_VERSION: ${{ needs.version.outputs.PACKAGE_VERSION }}
4245
steps:
4346
- uses: actions/checkout@v3
4447
- run: 'echo Assembly Version: ${{ env.ASSEMBLY_VERSION }}'

0 commit comments

Comments
 (0)