From 5f1bc2cef4099101162467f862b1c8c457857614 Mon Sep 17 00:00:00 2001 From: Maiken Berthelsen <69234168+maikberthelsen@users.noreply.github.com> Date: Tue, 22 Oct 2024 10:43:18 +0200 Subject: [PATCH] Update dotnet.yml Try removing cascading release --- .github/workflows/dotnet.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index c2bf222..9ef0b73 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -105,7 +105,6 @@ jobs: uses: dolittle/github-release-action@v2 if: ${{ steps.context.outputs.should-publish == 'true' }} with: - cascading-release: ${{ steps.context.outputs.cascading-release }} version: ${{ steps.increment-version.outputs.next-version }} body: ${{ steps.context.outputs.pr-body }} @@ -114,4 +113,3 @@ jobs: current-version: ${{ steps.context.outputs.current-version }} release-type: ${{ steps.context.outputs.release-type }} version: ${{ steps.increment-version.outputs.next-version }} - cascading-release: ${{ steps.context.outputs.cascading-release }}