Skip to content

Commit 1d701e3

Browse files
committed
chore: echo debug values
1 parent c871c7c commit 1d701e3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,9 @@ jobs:
5757
changelog="Commit changes for **$range**:"$'\n'
5858
while read -r hash message; do
5959
changelog="${changelog}* [${message}](${repo_url}/commit/${hash})"$'\n'
60+
echo "processing...$hash $message"
6061
done < <(git log $range --pretty=format:"%H %s")
62+
echo "changelog: $changelog"
6163
echo "changelog<<EOF" >> $GITHUB_OUTPUT
6264
echo "$changelog" >> $GITHUB_OUTPUT
6365
echo "EOF" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)