Skip to content

Commit

Permalink
force ANSI color output on box info command
Browse files Browse the repository at this point in the history
  • Loading branch information
llaville committed Jul 5, 2024
1 parent fda9c1d commit 83e0c7f
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 @@ -61,7 +61,7 @@ jobs:
box-manifest manifest:build --ansi -vv -c box.json --output-file=console.txt --format console
box-manifest manifest:stub --ansi -vv -c box.json --output-file=stub.php --resource console.txt --resource sbom.json
box compile --ansi -vv -c box.json.dist
box info ${{ github.workspace }}/bin/phplint.phar
box info --ansi ${{ github.workspace }}/bin/phplint.phar
- # https://github.com/softprops/action-gh-release
name: Create Release from current tag
Expand Down

0 comments on commit 83e0c7f

Please sign in to comment.