Skip to content

Commit

Permalink
✅ ++
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexV525 committed Sep 22, 2023
1 parent 05a8329 commit ecca37b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publishable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
limit_size=$(expr 128 \* 1024)
readme_size=$(stat -c%s README.md)
changelog_size=$(stat -c%s CHANGELOG.md)
[ [ $readme_size -gt $limit_size ] || [ $changelog_size -gt $limit_size ]] && exit 1 || exit 0
[ [ "$readme_size" -gt "$limit_size" ] || [ "$changelog_size" -gt "$limit_size" ] ] && exit 1 || exit 0
- uses: subosito/flutter-action@v2
- run: |
if grep -q "flutter:" "${{ matrix.directory }}/pubspec.yaml"; then
Expand Down

0 comments on commit ecca37b

Please sign in to comment.