Skip to content

Commit 9aabbe8

Browse files
committed
fix(release workflow): fix failing release yaml
1 parent 25e77c9 commit 9aabbe8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
else
4646
range="$previous_tag..HEAD"
4747
fi
48-
changelog="Commit changes for **${{ range }}**: \n"
48+
changelog="Commit changes for **$range**: \n"
4949
while read -r hash message; do
5050
changelog="${changelog}* [${message}](${repo_url}/commit/${hash})"$'\n'
5151
done < <(git log $range --pretty=format:"%H %s")

0 commit comments

Comments
 (0)