Skip to content

Commit

Permalink
fix typo, fix v
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjaminAbt committed Apr 27, 2024
1 parent 21ac338 commit ccda21b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,17 @@ jobs:
- name: Cancel previous builds in PR
uses: styfle/[email protected]

- name: 'Checkoud Code'
- name: 'Checkout Code'
uses: actions/checkout@v4
with:
fetch-depth: 0 # avoid shallow clone so nbgv can do its work.

- name: 'Install .NET SDK'
uses: actions/setup-dotnet@v4
with:
#global-json-file: ./global.json
dotnet-version: '9.x'
dotnet-quality: 'preview'
global-json-file: ./global.json
#dotnet-version: '9.x'
#dotnet-quality: 'preview'

- name: Versioning
uses: dotnet/nbgv@master
Expand Down
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"sdk": {
"version": "9.0.100-preview.3"
"version": "9.0.100-preview.3.24204.13"
}
}

0 comments on commit ccda21b

Please sign in to comment.