Skip to content

Commit

Permalink
generate multiline message #3646
Browse files Browse the repository at this point in the history
  • Loading branch information
sven-dmlr committed Nov 26, 2024
1 parent db59037 commit 80c1d6b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/release-client-server-pds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -524,11 +524,15 @@ jobs:
assets+=("-a" "go/sechub-cli.zip#sechub-cli-${{ inputs.client-version }}.zip")
assets+=("-a" "go/sechub-cli.zip.sha256#sechub-cli-${{ inputs.client-version }}.zip.sha256")
for asset in deb-build/*.deb ; do
filename=`basename "$i"`
filename=`basename "$asset"`
assets+=("-a" "${asset}#${filename}")
done
tag_name="v${{ inputs.client-version }}-client"
release_title="Client Version ${{ inputs.client-version }}"
multiline_string="This is line 1.
This is line 3."
echo "$multiline_string"
cat - <<EOF > release_message.txt
$release_title
Expand Down

0 comments on commit 80c1d6b

Please sign in to comment.