Skip to content

Commit af3800d

Browse files
author
Daniel Hindrikes
committed
actions syntax fix
1 parent 48c947d commit af3800d

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/nuget-publish.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,8 @@ jobs:
1616
uses: actions/setup-dotnet@v4
1717
with:
1818
dotnet-version: |
19-
dotnet-version: |
20-
9.0.x
21-
10.0.x
19+
9.0.x
20+
10.0.x
2221
2322
- name: Restore dependencies
2423
run: dotnet restore

0 commit comments

Comments
 (0)