Skip to content

Commit

Permalink
Set explicit empty description when not published
Browse files Browse the repository at this point in the history
  • Loading branch information
wawanbreton committed Sep 19, 2024
1 parent 5373d6f commit fa636c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-process_release-candidate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,8 +169,8 @@ jobs:
strategy: replace
title: UltiMaker Cura ${{ inputs.cura_version }}
draft: true
body-source: file
body: formatted_changelog.txt
body-source: ${{ inputs.publish_release_description && 'file' || 'literal' }}
body: ${{ inputs.publish_release_description && 'formatted_changelog.txt' || '' }}

- name: Download artifacts
uses: actions/[email protected]
Expand Down

0 comments on commit fa636c2

Please sign in to comment.