Skip to content

Commit dad07f1

Browse files
committed
fix publish build
1 parent 8bcbba7 commit dad07f1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/publish.yml

+3
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ jobs:
2424
uses: actions/setup-dotnet@v2
2525
with:
2626
global-json-file: global.json
27+
dotnet-version: |
28+
8.x
29+
9.x
2730
2831
- name: Restore tools
2932
run: dotnet tool restore

0 commit comments

Comments
 (0)