Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
suba327777 committed May 24, 2024
1 parent e39ebf5 commit f3140f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: fetch list of merged PRs since latest release
id: merged_prs
run: |
previous_tag=${{ steps.pre_tag.outputs.pre_tag }}
previous_tag= v1.0.1
merged_prs=$(gh pr list --state merged --base main --json title,number,headRefName,mergedAt --jq ".[] | select(.mergedAt > \"$previous_tag\") | {title: .title, number: .number, headRefName: .headRefName}")
echo "$merged_prs"
echo "::set-output name=merged_prs::$merged_prs"
Expand Down

0 comments on commit f3140f2

Please sign in to comment.