Skip to content

Commit 75c62c7

Browse files
committed
fix: install all needed SDKs for releasing
1 parent 82693ab commit 75c62c7

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/workflows/manual_release_prep.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,12 @@ jobs:
1414
- name: Install .NET SDK
1515
uses: actions/setup-dotnet@v4
1616
with:
17-
# .NET 5 is deprecated and removed from GitHub Actions, we need to manually install it
1817
dotnet-version: |
1918
5.x.x
19+
6.x.x
20+
7.x.x
2021
8.x.x
22+
9.x.x
2123
2224
- name: Setup Nuget
2325
uses: NuGet/setup-nuget@v2

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,12 @@ jobs:
1515
- name: Install .NET SDK
1616
uses: actions/setup-dotnet@v4
1717
with:
18-
# .NET 5 is deprecated and removed from GitHub Actions, we need to manually install it
1918
dotnet-version: |
2019
5.x.x
20+
6.x.x
21+
7.x.x
2122
8.x.x
23+
9.x.x
2224
2325
- name: Setup Nuget
2426
uses: NuGet/setup-nuget@v2

0 commit comments

Comments
 (0)