From 811cacdc5b670d55b73077c62b637e449804fbc4 Mon Sep 17 00:00:00 2001 From: Vitaly Bibikov Date: Tue, 16 Apr 2024 21:52:10 +0200 Subject: [PATCH] Update dotnet.yml --- .github/workflows/dotnet.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 0ec1ce0..ec6f198 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -114,5 +114,5 @@ jobs: run: | for file in $(find ${NuGetDirectory} -name "*.nupkg") do - dotnet nuget push "$file" --api-key "${NUGET_PUSH_KEY}" --source https://api.nuget.org/v3/index.json --skip-duplicate + dotnet nuget push "$file" --api-key "${{NUGET_PUSH_KEY}}" --source https://api.nuget.org/v3/index.json --skip-duplicate done