Skip to content

Commit adf8139

Browse files
committed
Update github action readme parsing
1 parent 9b1b484 commit adf8139

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/trunk-release-tag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
- name: Get changelog entries
5656
id: changelog
5757
working-directory: ./docs
58-
run: echo '::set-output name=changes::{grep -A100 -m1 -e '== Changelog ==' readme.txt}'
58+
run: echo "::set-output name=changes::$(grep -A100 -m1 -e '== Changelog ==' readme.txt)"
5959

6060
- name: Create release
6161
id: create_release

0 commit comments

Comments
 (0)