Skip to content

Commit 422c785

Browse files
committed
Fix publish script
1 parent 6b731c8 commit 422c785

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Diff for: .github/workflows/publish.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@ jobs:
1616
- name: Setup .NET Core
1717
uses: actions/setup-dotnet@v1
1818
with:
19-
dotnet-version: 6.0.403
19+
dotnet-version: |
20+
6.x
21+
7.x
2022
2123
- name: Setup tools
2224
run: dotnet tool restore

0 commit comments

Comments
 (0)