Skip to content

Commit dfb9b41

Browse files
committed
updated publish.yml
1 parent 9de6b5a commit dfb9b41

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/publish.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,9 @@ jobs:
3333
- name: Install Dotnet
3434
uses: actions/setup-dotnet@v1
3535
with:
36-
dotnet-version: '6.0.100'
36+
dotnet-version: |
37+
6.0.100
38+
8.0.400
3739
- name: Restore Tools
3840
run: dotnet tool restore
3941
- name: Paket Restore
@@ -56,7 +58,9 @@ jobs:
5658
- name: Install Dotnet
5759
uses: actions/setup-dotnet@v1
5860
with:
59-
dotnet-version: '6.0.100'
61+
dotnet-version: |
62+
6.0.100
63+
8.0.400
6064
- name: Restore Tools
6165
run: dotnet tool restore
6266
- name: Paket Restore

0 commit comments

Comments
 (0)