Skip to content

Commit 4679d9a

Browse files
authored
Merge pull request #134 from mission-minded-llc/develop
fix: test with multiline string.
2 parents 2e76c32 + 855da57 commit 4679d9a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/tag-version.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -106,12 +106,12 @@ jobs:
106106
107107
Version ${{ steps.new-version.outputs.new_version }} includes the following changes:
108108
109-
${{ github.event_name == 'pull_request' && format(
110-
"This release includes changes from merged pull request #{0}.\n\n### Changes\n{1}\n\n{2}",
111-
github.event.pull_request.number,
112-
github.event.pull_request.title,
113-
github.event.pull_request.body
114-
) || '' }}
109+
${{ github.event_name == 'pull_request' && format('This release includes changes from merged pull request #{0}.
110+
111+
### Changes
112+
{1}
113+
114+
{2}', github.event.pull_request.number, github.event.pull_request.title, github.event.pull_request.body) || '' }}
115115
draft: false
116116
prerelease: false
117117
env:

0 commit comments

Comments
 (0)