Skip to content

Commit

Permalink
fix:typo
Browse files Browse the repository at this point in the history
  • Loading branch information
suba327777 committed May 24, 2024
1 parent a214965 commit 61a06d9
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: |
latest_tag=${{ steps.pretag.outputs.pre_tag }}
latest_tag=${{ steps.pre_tag.outputs.pre_tag }}
merged_prs=$(gh pr list --state merged --base main --json title,number,headRefName,mergedAt --jq ".[] | select(.mergedAt > \"$latest_tag\") | {title: .title, number: .number, headRefName: .headRefName}")
echo "$merged_prs"
echo "::set-output name=merged_prs::$merged_prs"
Expand Down

0 comments on commit 61a06d9

Please sign in to comment.