Skip to content

Commit 1139817

Browse files
author
Petr Sramek
committed
iuyiu
1 parent 8e662d4 commit 1139817

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-
VERSION: ${{ needs.version.outputs.VERSION }}
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)