Skip to content

Commit

Permalink
ci: add if check in release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisvander authored Apr 23, 2024
1 parent 7976f81 commit dba3328
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,6 @@ jobs:
gh release edit ${{ steps.release.outputs.tag_name }} -t ${{ steps.release.outputs.tag_name }}
- name: Approve PR
uses: hmarr/auto-approve-action@v4
if: ${{ steps.release.outputs.prs_created }}
with:
pull-request-number: ${{ steps.release.outputs.pr.number }}

0 comments on commit dba3328

Please sign in to comment.