From 3c88ec5a74f743cd5c23422c09f000cce694dfa2 Mon Sep 17 00:00:00 2001 From: Yura Isachenkov Date: Mon, 16 Mar 2026 19:00:29 -0300 Subject: [PATCH] Fixed cd pipeline --- .github/workflows/cd.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 6698f16..7d82b08 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -33,4 +33,5 @@ jobs: run: dotnet pack Revit.Extensions/Revit.Extensions.csproj -p:Configuration=${{ matrix.configuration }} --no-build --output ./nupkgs - name: Push to NuGet + shell: bash run: dotnet nuget push "./nupkgs/*.nupkg" --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json --skip-duplicate