Skip to content

Commit c116e1e

Browse files
author
Petr Sramek
committed
ljhsdas
1 parent 69ab1ff commit c116e1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
needs: [version]
3636
runs-on: ubuntu-latest
3737
env:
38-
ASSEMBLY_VERSION: ${{ needs.version.outputs.ASSEMBLY_VERSION }}
38+
ASSEMBLY_VERSION: ${{ needs.version.outputs.assemblySemVer }}
3939
steps:
4040
- uses: actions/checkout@v3
4141
- run: 'echo version: ${{ env.version }}'

0 commit comments

Comments
 (0)