Skip to content

Commit fa73b47

Browse files
committed
add fix
1 parent 1d1bd98 commit fa73b47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ jobs:
1515
uses: mycsharp/github-actions/.github/workflows/dotnet-nuget-build-multi-sdk.yml@main
1616
with:
1717
configuration: Release
18-
dotnet-sdks: '["8.x", "9.x", "10.x"]'
18+
dotnet_sdks: '["8.x", "9.x", "10.x"]'
1919
secrets:
2020
NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }}

0 commit comments

Comments
 (0)