Skip to content

Commit c2e74b6

Browse files
committed
no dashes
1 parent 9ebd162 commit c2e74b6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Setup .NET 6
2727
uses: actions/setup-dotnet@v4
2828
with:
29-
- dotnet-version: 6.0.x
29+
dotnet-version: 6.0.x
3030

3131
- name: Setup .NET
3232
uses: actions/setup-dotnet@v4

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Setup .NET 6
2121
uses: actions/setup-dotnet@v4
2222
with:
23-
- dotnet-version: 6.0.x
23+
dotnet-version: 6.0.x
2424

2525
- name: Setup .NET
2626
uses: actions/setup-dotnet@v4

0 commit comments

Comments
 (0)