Skip to content

Commit 66aa8df

Browse files
authored
Add setup-dotnet to the release workflow
1 parent 37733b1 commit 66aa8df

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@ jobs:
2828
uses: actions/checkout@v4.2.2
2929
with:
3030
fetch-depth: 0
31+
- name: Setup .NET SDK
32+
uses: actions/setup-dotnet@v4.3.1
33+
with:
34+
global-json-file: global.json
3135
- name: Install MinVer CLI
3236
run: dotnet tool install --global minver-cli
3337
- name: Determine versions

0 commit comments

Comments
 (0)