Skip to content

Commit dfbeb51

Browse files
committed
test2
1 parent 6d088fd commit dfbeb51

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/testing-release.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -238,8 +238,5 @@ jobs:
238238
--target ${{ inputs.checkout_ref }} \
239239
--draft=${{ inputs.perform_release && 'false' || 'true'}} \
240240
--title "${{ env.APPLICATION}} ${{ inputs.release_version }}" \
241-
--notes "**Improvements:**... coming soon **Bugfixes:** ... coming soon **Docker images:** Docker image released:<br> ${{ env.DOCKER_META_TAGS }}<br> ... coming soon"
241+
--notes "**Improvements:**<br>... coming soon <br>**Bugfixes:**<br> ... coming soon<br>**Docker images:**<br>Docker image released:<br> ${{ env.DOCKER_META_TAGS }}<br> ... coming soon<br>"
242242
243-
- name: Debug output
244-
run: |
245-
find . -ls

0 commit comments

Comments
 (0)