Skip to content

Commit 62d3916

Browse files
fix: use --no-check-publish flag for composer validation (#730)
Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Co-authored-by: Max Prilutskiy <maks.prilutskiy@gmail.com>
1 parent a7f287d commit 62d3916

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-php-sdk.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
fi
4545
4646
- name: Validate composer.json
47-
run: composer validate --strict
47+
run: composer validate --no-check-publish
4848

4949
- name: Install dependencies
5050
run: composer install --prefer-dist

0 commit comments

Comments
 (0)