Skip to content

Commit 60606e5

Browse files
authored
Update on-release.sh
1 parent 22b427d commit 60606e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/scripts/on-release.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ fi
330330
if [ ! -z "$COMMITS_SINCE_RELEASE" ] && [ "$COMMITS_SINCE_RELEASE" != "null" ]; then
331331
echo "Getting commits since $COMMITS_SINCE_RELEASE ..."
332332
commitFile=$OUTPUT_DIR/commits.txt
333-
git -C "$GITHUB_WORKSPACE" log --oneline $COMMITS_SINCE_RELEASE.. > "$OUTPUT_DIR/commits.txt"
333+
git -C "$GITHUB_WORKSPACE" log --oneline "$COMMITS_SINCE_RELEASE.." > "$OUTPUT_DIR/commits.txt"
334334
releaseNotes+=$'\r\n##### Commits\r\n'
335335
IFS=$'\n'
336336
for next in `cat $commitFile`

0 commit comments

Comments
 (0)