mirror of
https://github.com/wez/wezterm.git
synced 2024-11-22 04:56:12 +03:00
ci: correctly set the tag for release description
While using here-doc, lines are not expanded for parameter expansion if a part of starting _word_ (_EOT_ in this case) is quoted. This results in '$name' parameter appearing in auto-generated link without expansion. This commit removes the single quotes from here-doc thus sets the correct tag which is retrieved by '$1'. Signed-off-by: Orhun Parmaksız <orhunparmaksiz@gmail.com>
This commit is contained in:
parent
86c9d78148
commit
77024fa109
@ -2,7 +2,7 @@
|
||||
set -x
|
||||
name="$1"
|
||||
|
||||
notes=$(cat <<'EOT'
|
||||
notes=$(cat <<EOT
|
||||
See https://wezfurlong.org/wezterm/changelog.html#$name for the changelog
|
||||
|
||||
If you're looking for nightly downloads or more detailed installation instructions:
|
||||
|
Loading…
Reference in New Issue
Block a user