Skip to content

Commit b66a748

Browse files
committed
test2
1 parent f7ffa6a commit b66a748

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/testing-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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: |

0 commit comments

Comments
 (0)