We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62608e2 commit d2a3a93Copy full SHA for d2a3a93
.github/workflows/pre-release.yml
@@ -38,7 +38,7 @@ jobs:
38
- name: 'Create changelog'
39
id: Changelog
40
run: |
41
- changelog="$({github.event.pull_request.body})"
+ changelog="${{github.event.pull_request.body}}"
42
changelog="${changelog//'%'/'%25'}"
43
changelog="${changelog//$'\n'/'%0A'}"
44
changelog="${changelog//$'\r'/'%0D'}"
.github/workflows/release.yml
@@ -40,7 +40,7 @@ jobs:
45
46
0 commit comments