From bfb6e1eb6bef4a5426722de10274f1483cc8d11a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Bure=C5=A1?= Date: Sat, 18 Mar 2023 17:59:49 +0100 Subject: [PATCH] Updated the publish.bat script to use arguments --- publish.bat | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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