Skip to content

Commit 9f3a94b

Browse files
authored
Fix .NET SDK version mismatch in update-generator workflow (#609)
1 parent 4709a93 commit 9f3a94b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/update-generator.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ jobs:
3131
- name: Setup .NET
3232
uses: actions/setup-dotnet@v4
3333
with:
34-
dotnet-version: 8.x
34+
# Automatically read .NET SDK version from global.json to stay in sync
35+
global-json-file: global.json
3536

3637
- name: Check for generator updates
3738
id: check-updates

0 commit comments

Comments
 (0)