Skip to content

Commit 3380125

Browse files
authored
Update publish.yml (#466)
1 parent 6d681a4 commit 3380125

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/publish.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,13 @@ jobs:
1515

1616
# Required for a specific dotnet version that doesn't come with ubuntu-latest / windows-latest
1717
# Visit bit.ly/2synnZl to see the list of SDKs that are pre-installed with ubuntu-latest / windows-latest
18-
- name: Setup dotnet
19-
uses: actions/setup-dotnet@v1
18+
- name: Setup .NET Core
19+
uses: actions/setup-dotnet@v3
2020
with:
21-
dotnet-version: 7.0.x
21+
dotnet-version: |
22+
6.0.x
23+
7.0.x
24+
8.0.x
2225
2326
# Publish
2427
- name: publish on version change

0 commit comments

Comments
 (0)