Skip to content

Commit eca0dfb

Browse files
authored
Merge pull request #510 from Shane32/patch-1
Fix CI scripts
2 parents be79d16 + f92f380 commit eca0dfb

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/wf-build-release-ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,8 @@ jobs:
146146
1.0.x
147147
2.0.x
148148
5.0.x
149-
6.0.x
149+
6.0.x
150+
8.0.x
150151
151152
- name: Restore dependencies
152153
run: dotnet restore

.github/workflows/wf-build-release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,8 @@ jobs:
146146
1.0.x
147147
2.0.x
148148
5.0.x
149-
6.0.x
149+
6.0.x
150+
8.0.x
150151
151152
- name: Restore dependencies
152153
run: dotnet restore

0 commit comments

Comments
 (0)