We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2482eaf commit 3ff7964Copy full SHA for 3ff7964
1 file changed
.github/workflows/release.yml
@@ -136,7 +136,7 @@ jobs:
136
137
CHANGELOG=""
138
139
- while IFS='|' read -r hash title author email; do
+ while IFS='|' read -r hash title author email || [ -n "$hash" ]; do
140
short_hash="${hash:0:7}"
141
username=$(gh api "repos/${GITHUB_REPO}/commits/$hash" --jq '.author.login' 2>/dev/null || echo "")
142
0 commit comments