Skip to content

Commit ac694b9

Browse files
authored
Fix CI (#1001)
1 parent 6f060e4 commit ac694b9

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@ jobs:
2020
- name: Setup .NET SDK
2121
uses: actions/setup-dotnet@v1
2222
with:
23-
dotnet-version: 7.0.x
23+
dotnet-version: |
24+
6.0.x
25+
7.0.x
2426
source-url: https://nuget.pkg.github.com/graphql-dotnet/index.json
2527
env:
2628
NUGET_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}

.github/workflows/publish.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,9 @@ jobs:
3030
- name: Setup .NET SDK
3131
uses: actions/setup-dotnet@v1
3232
with:
33-
dotnet-version: 7.0.x
33+
dotnet-version: |
34+
6.0.x
35+
7.0.x
3436
source-url: https://api.nuget.org/v3/index.json
3537
env:
3638
NUGET_AUTH_TOKEN: ${{secrets.NUGET_AUTH_TOKEN}}

0 commit comments

Comments
 (0)