From 450b56953467f102e9416c3fa013302139a6a590 Mon Sep 17 00:00:00 2001 From: Darii Nurgaleev <50947177+Darleev@users.noreply.github.com> Date: Thu, 6 May 2021 21:38:47 +0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ba8c1e5..7ce5062 100644 --- a/README.md +++ b/README.md @@ -106,7 +106,7 @@ steps: run: dotnet nuget push /bin/Release/*.nupkg # Authenticates packages to push to nuget.org. -# It's only the way to push a package to nuget.org feed for macOS/Linus machines due to API key config store limitations. +# It's only the way to push a package to nuget.org feed for macOS/Linux machines due to API key config store limitations. - uses: actions/setup-dotnet@v1 with: dotnet-version: 3.1.x