Skip to content

Commit 2a09682

Browse files
committed
update github action
1 parent f509e1a commit 2a09682

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/publish.yml

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

15-
# - name: Setup dotnet
16-
# uses: actions/setup-dotnet@v1
17-
# with:
18-
# dotnet-version: 6.0.0
15+
- name: Setup dotnet
16+
uses: actions/setup-dotnet@v1
17+
with:
18+
dotnet-version: 9.0.0
1919

2020
# Publish
2121
- name: CocApi - publish on version change

0 commit comments

Comments
 (0)