Skip to content

Commit 81cdb1c

Browse files
Fix environment variable syntax for DOTNET_VERSION
1 parent 2bd9570 commit 81cdb1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Setup .NET
2727
uses: actions/setup-dotnet@v4
2828
with:
29-
dotnet-version: ${DOTNET_VERSION}
29+
dotnet-version: ${{ env.DOTNET_VERSION }}
3030

3131
- name: Build
3232
run: |

0 commit comments

Comments
 (0)