Skip to content

Commit 20686e9

Browse files
author
Petr Sramek
committed
kgg
1 parent c116e1e commit 20686e9

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.assemblySemVer }}
38+
ASSEMBLY_VERSION: ${{ needs.version.outputs.ASSEMBLY_VERSION }}
3939
steps:
4040
- uses: actions/checkout@v3
4141
- run: 'echo version: ${{ env.version }}'

0 commit comments

Comments
 (0)