Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dktapps committed Oct 30, 2024
1 parent 5389f16 commit b4498f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/draft-release-pr-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
php-version: [8.2]

outputs:
valid: ${{ steps.validate.outputs.VALID_RELEASE == 'true'
valid: ${{ steps.validate.outputs.DEV_BUILD == 'false'
&& steps.check-permission.outputs.require-result == 'true'
&& steps.check-permission.outputs.check-result == 'false'
}}
Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
- name: Check IS_DEVELOPMENT_BUILD flag
id: validate
run: |
echo VALID_RELEASE=$(php build/dump-version-info.php is_dev) >> $GITHUB_OUTPUT
echo DEV_BUILD=$(php build/dump-version-info.php is_dev) >> $GITHUB_OUTPUT
check-validity:
name: Check if PR complies with release rules
Expand Down

0 comments on commit b4498f7

Please sign in to comment.