Skip to content

Commit

Permalink
Update dotnet.yml
Browse files Browse the repository at this point in the history
Try removing cascading release
  • Loading branch information
maikberthelsen authored Oct 22, 2024
1 parent b8b4f94 commit 5f1bc2c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

Expand All @@ -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 }}

0 comments on commit 5f1bc2c

Please sign in to comment.