Skip to content

Commit e50752c

Browse files
author
AR Abdul Azeez
committed
fix range
1 parent a905a21 commit e50752c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/create-release-pr.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,10 @@ jobs:
7272
7373
- name: Generate Release Notes from PR titles
7474
id: generate_notes
75-
if: steps.fetch_last_release.outputs.range != ''
7675
run: |
77-
RANGE: ${{ steps.fetch_last_release.outputs.range }}
76+
RANGE="${{ steps.fetch_last_release.outputs.range }}"
77+
echo "Using commit range: $RANGE"
78+
7879
echo "## 🔖 Auto-Generated Release Notes" > pr_body.md
7980
echo "" >> pr_body.md
8081

0 commit comments

Comments
 (0)