We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b1b484 commit adf8139Copy full SHA for adf8139
1 file changed
.github/workflows/trunk-release-tag.yml
@@ -55,7 +55,7 @@ jobs:
55
- name: Get changelog entries
56
id: changelog
57
working-directory: ./docs
58
- run: echo '::set-output name=changes::{grep -A100 -m1 -e '== Changelog ==' readme.txt}'
+ run: echo "::set-output name=changes::$(grep -A100 -m1 -e '== Changelog ==' readme.txt)"
59
60
- name: Create release
61
id: create_release
0 commit comments