File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -226,7 +226,7 @@ jobs:
226226 docker buildx imagetools create $(jq -cr '.tags | map("-t " + .) | join(" ")' <<< "$DOCKER_METADATA_OUTPUT_JSON") \
227227 $(printf '${{ env.LOCAL_DOCKERHUB_REPOSITORY }}@sha256:%s ' *)
228228
229- - name : Publish ${{ inputs.perform_release || 'draft of' }} the Release notes with assets
229+ - name : Publish ${{ inputs.perform_release && '' || 'draft of' }} the Release notes with assets
230230 if : ${{ inputs.release_version }}
231231 env :
232232 GH_TOKEN : ${{ github.token }}
@@ -238,7 +238,7 @@ jobs:
238238 --target ${{ inputs.checkout_ref }} \
239239 --draft=${{ inputs.perform_release && 'false' || 'true'}} \
240240 --title "${{ env.APPLICATION}} ${{ inputs.release_version }}" \
241- --notes "... coming soon\n Docker image tags released:\n ${{ env.DOCKER_META_TAGS }}\n ... coming soon\n "
241+ --notes "<br> ... coming soon<br> Docker image tags released:<br> ${{ env.DOCKER_META_TAGS }}<br> ... coming soon"
242242
243243 - name : Debug output
244244 run : |
You can’t perform that action at this time.
0 commit comments