Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
frederikprijck committed Dec 20, 2023
1 parent 8cc3e66 commit 435b4a7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/actions/nuget-release/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ runs:

# Get the release notes
- id: get_release_notes
if: false
uses: ./.github/actions/get-release-notes
with:
token: ${{ inputs.github-token }}
Expand Down Expand Up @@ -68,7 +69,8 @@ runs:
with:
token: ${{ inputs.github-token }}
name: ${{ steps.get_version.outputs.version }}
body: ${{ steps.get_release_notes.outputs.release-notes }}
# body: ${{ steps.get_release_notes.outputs.release-notes }}
body: ''
tag: ${{ inputs.tag-prefix }}${{ steps.get_version.outputs.version }}
commit: ${{ github.sha }}
prerelease: ${{ steps.get_prerelease.outputs.prerelease }}

0 comments on commit 435b4a7

Please sign in to comment.