Skip to content

Commit e558aea

Browse files
committed
Run multiline commands over multiple lines
1 parent b3b8633 commit e558aea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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:
58+
run: |
5959
changelog=$(grep -A100 -m1 -e '== Changelog ==' readme.txt)
6060
changelog="${changelog//'%'/'%25'}"
6161
changelog="${changelog//$'\n'/'%0A'}"

0 commit comments

Comments
 (0)