From 5db8319ee3b87abe3c5a8013bd89535ecd8d489d Mon Sep 17 00:00:00 2001 From: Kieron Lanning Date: Tue, 1 Sep 2026 22:57:19 +0100 Subject: [PATCH] build: trying to fix the pipeline --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c2f96fcb..941c2a74 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -46,5 +46,7 @@ jobs: if: steps.version.outputs.should_publish == 'true' env: Release__ShouldPublish: true + Release__Mode: NuGet + Build__RunPack: true NuGet__ApiKey: ${{ secrets.NUGET__APIKEY }} run: dotnet run --project build/PipelineCLI/PipelineCLI.csproj --configuration Release