From 7277ccc6872d286ca3249e13fc3fcfd18752c644 Mon Sep 17 00:00:00 2001 From: jtalborough Date: Fri, 26 Apr 2024 12:06:41 -0400 Subject: [PATCH] style: Update NuGet package source and add NonInteractive --- .github/workflows/docker.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 2d05eb75..cbd3ff87 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -74,8 +74,8 @@ jobs: # Create the release on the source repo - name: Inject CPZ into NuGet Package run: | - nuget add bin\Debug\*.cpz -Expand PepperDash.Essentials.${{ steps.setVersion.outputs.version }}.nupkg - nuget add bin\Debug\*.cplz -Expand PepperDash.Essentials.${{ steps.setVersion.outputs.version }}.nupkg + nuget add bin\Debug\*.cpz -Source PepperDash.Essentials.${{ steps.setVersion.outputs.version }}.nupkg -NonInteractive + nuget add bin\Debug\*.cplz -Source PepperDash.Essentials.${{ steps.setVersion.outputs.version }}.nupkg -NonInteractive - name: Create Release id: create_release # if: contains(steps.setVersion.outputs.version,'-rc-') ||