We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c292df4 commit bbf1b2eCopy full SHA for bbf1b2e
.github/workflows/docker-image.yml
@@ -40,11 +40,6 @@ jobs:
40
printf "RELEASE_VERSION=%s\n" "${{ github.event.release.tag_name }}" >> $GITHUB_ENV
41
printf "RELEASE_NOTES<<EOF\n%s\nEOF\n" "${{ github.event.release.body }}" >> $GITHUB_ENV
42
43
- - name: Clean RELEASE_NOTES
44
- run: |
45
- export CLEAN_RELEASE_NOTES=$(echo "${{ env.RELEASE_NOTES }}" | sed '/^\s*$/d')
46
- echo "RELEASE_NOTES=${CLEAN_RELEASE_NOTES}" >> $GITHUB_ENV
47
-
48
- name: Set version for manual dispatch
49
if: github.event_name == 'workflow_dispatch'
50
run: |
0 commit comments