From 03d6eb54020249f19af913b533e1759a53d85f97 Mon Sep 17 00:00:00 2001 From: Darii Nurgaleev <50947177+Darleev@users.noreply.github.com> Date: Thu, 6 May 2021 15:10:43 +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 5efa9ff..c36fe3e 100644 --- a/README.md +++ b/README.md @@ -109,7 +109,7 @@ steps: - uses: actions/setup-dotnet@v1 with: dotnet-version: 3.1.x -- name: Publish the package to NuGet Org +- name: Publish the package to nuget.org run: dotnet nuget push */bin/Release/*.nupkg -k $NUGET_AUTH_TOKEN -s https://api.nuget.org/v3/index.json env: NUGET_AUTH_TOKEN: ${{ secrets.NUGET_TOKEN }}