mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-07 22:13:58 -06:00
Set explicit empty description when not published
This commit is contained in:
parent
5373d6fe54
commit
fa636c235b
1 changed files with 2 additions and 2 deletions
|
@ -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/download-artifact@v4.1.7
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue