mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-15 03:26:02 +08:00
Set explicit empty description when not published
This commit is contained in:
parent
5373d6fe54
commit
fa636c235b
@ -169,8 +169,8 @@ jobs:
|
|||||||
strategy: replace
|
strategy: replace
|
||||||
title: UltiMaker Cura ${{ inputs.cura_version }}
|
title: UltiMaker Cura ${{ inputs.cura_version }}
|
||||||
draft: true
|
draft: true
|
||||||
body-source: file
|
body-source: ${{ inputs.publish_release_description && 'file' || 'literal' }}
|
||||||
body: formatted_changelog.txt
|
body: ${{ inputs.publish_release_description && 'formatted_changelog.txt' || '' }}
|
||||||
|
|
||||||
- name: Download artifacts
|
- name: Download artifacts
|
||||||
uses: actions/download-artifact@v4.1.7
|
uses: actions/download-artifact@v4.1.7
|
||||||
|
Loading…
x
Reference in New Issue
Block a user