Skip to content

Commit 50a9b7d

Browse files
committed
update github workflows
1 parent 7588636 commit 50a9b7d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ jobs:
137137
- name: Setup
138138
uses: actions/setup-dotnet@v4
139139
with:
140-
dotnet-version: |
140+
dotnet-version: |
141141
9.0.x
142142
10.0.x
143143

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ jobs:
150150
- name: Setup
151151
uses: actions/setup-dotnet@v4
152152
with:
153-
dotnet-version: 10.0.x
153+
dotnet-version: 10.0.x
154154

155155
- name: Test
156156
run: dotnet test "${{ github.event.repository.name }}/tests" -c Debug --logger "trx"

0 commit comments

Comments
 (0)