From ef93292370752559f32c930721fb4c89a5249eb6 Mon Sep 17 00:00:00 2001 From: Kieron Lanning Date: Tue, 1 Sep 2026 22:20:50 +0100 Subject: [PATCH] build: trying to fix the pipeline --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c2f96fc..59fd5e4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -45,6 +45,6 @@ jobs: - name: Run release pipeline if: steps.version.outputs.should_publish == 'true' env: - Release__ShouldPublish: true + Release__Mode: NuGet NuGet__ApiKey: ${{ secrets.NUGET__APIKEY }} run: dotnet run --project build/PipelineCLI/PipelineCLI.csproj --configuration Release