Skip to content

Commit f9f13cc

Browse files
authored
update dotnet version for git action
1 parent 4f7b049 commit f9f13cc

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/publish.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@ jobs:
1212

1313
steps:
1414
- uses: actions/checkout@v2
15+
16+
- name: setup dotnet
17+
uses: actions/setup-dotnet@v2
18+
with:
19+
dotnet-version: 7.0.x
20+
1521
- name: Deploy
1622
run: |
1723
tagParts=(${GITHUB_REF//\// })

0 commit comments

Comments
 (0)