Skip to content

Commit

Permalink
ci: compare 'true' str
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisvander committed Apr 24, 2024
1 parent 587d24f commit cdc3bf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ 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 }}
if: ${{ steps.release.outputs.prs_created == 'true' }}
env:
ACTIONS_STEP_DEBUG: true
with:
Expand Down

0 comments on commit cdc3bf6

Please sign in to comment.