Skip to content

Commit 17cc2c3

Browse files
authored
Update publish.yml
1 parent 69fbe8e commit 17cc2c3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/publish.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ jobs:
1010
steps:
1111
- uses: actions/checkout@v2
1212

13-
# - name: Setup dotnet
14-
# uses: actions/setup-dotnet@v1
15-
# with:
16-
# dotnet-version: 3.1.200
13+
- name: Setup dotnet
14+
uses: actions/setup-dotnet@v1
15+
with:
16+
dotnet-version: '6.0.x'
1717

1818
# Publish
1919
- name: publish on version change

0 commit comments

Comments
 (0)