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 }}