Skip to content

Commit

Permalink
test2
Browse files Browse the repository at this point in the history
  • Loading branch information
lystopad committed Aug 4, 2024
1 parent f7ffa6a commit b66a748
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/testing-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ jobs:
docker buildx imagetools create $(jq -cr '.tags | map("-t " + .) | join(" ")' <<< "$DOCKER_METADATA_OUTPUT_JSON") \
$(printf '${{ env.LOCAL_DOCKERHUB_REPOSITORY }}@sha256:%s ' *)
- name: Publish ${{ inputs.perform_release || 'draft of' }} the Release notes with assets
- name: Publish ${{ inputs.perform_release && '' || 'draft of' }} the Release notes with assets
if: ${{ inputs.release_version }}
env:
GH_TOKEN: ${{ github.token }}
Expand All @@ -238,7 +238,7 @@ jobs:
--target ${{ inputs.checkout_ref }} \
--draft=${{ inputs.perform_release && 'false' || 'true'}} \
--title "${{ env.APPLICATION}} ${{ inputs.release_version }}" \
--notes "... coming soon\n Docker image tags released:\n ${{ env.DOCKER_META_TAGS }}\n ... coming soon\n"
--notes "<br>... coming soon<br>Docker image tags released:<br> ${{ env.DOCKER_META_TAGS }}<br> ... coming soon"
- name: Debug output
run: |
Expand Down

0 comments on commit b66a748

Please # to comment.