Skip to content

Commit ef29914

Browse files
committed
(build) Fix typo and heading
1 parent 7cd22d7 commit ef29914

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
os: [ windows-2022 ]
2121

2222
env:
23-
GITTOOLS_GITHUB_TOKEN: ${{ secrets.GITOOLS_GITHUB_TOKEN }}
23+
GITTOOLS_GITHUB_TOKEN: ${{ secrets.GITTOOLS_GITHUB_TOKEN }}
2424
NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }}
2525
NUGET_SOURCE: https://api.nuget.org/v3/index.json
2626
CHOCOLATEY_API_KEY: ${{ secrets.CHOCOLATEY_API_KEY }}
@@ -43,7 +43,7 @@ jobs:
4343
- name: Fetch all tags and branches
4444
run: git fetch --prune --unshallow
4545

46-
- name: Install .NET SDK 2.1.x and 5.0.x
46+
- name: Install .NET SDK 2.1.x, 3.1.x, 5.0.x, and 6.0.x
4747
uses: actions/setup-dotnet@v3
4848
with:
4949
dotnet-version: |

0 commit comments

Comments
 (0)