diff --git a/publish.bat b/publish.bat index 5858af9..db9d7d0 100644 --- a/publish.bat +++ b/publish.bat @@ -1,2 +1,2 @@ -@echo off -dotnet nuget push ./nuget/SpaceWarp.Template.nupkg --api-key %NUGET_API_KEY% --source https://api.nuget.org/v3/index.json \ No newline at end of file +@echo off +dotnet nuget push ./nuget/SpaceWarp.Template.nupkg --api-key %1 --source https://api.nuget.org/v3/index.json \ No newline at end of file