From 4a65cb8807135234076999d05f481d60cb531bb7 Mon Sep 17 00:00:00 2001 From: Oriol Arbusi Date: Fri, 28 Mar 2025 10:16:58 +0100 Subject: [PATCH] fix nuget release --- .github/workflows/release.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 28100226..62d1303d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -208,10 +208,15 @@ jobs: uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 with: path: .repo + fetch-depth: 0 - name: Install Dependencies run: cd .repo && yarn install --check-files --frozen-lockfile - name: Create dotnet artifact - run: cd .repo && npx projen compile && npx projen package:dotnet + run: | + cd .repo + npx projen bump + npx projen compile + npx projen package:dotnet - name: Collect dotnet Artifact run: mv .repo/dist/dotnet dist/dotnet - name: Extract Version