From 83e0c7fb26fbf5cbee084fbee213639f5483b8d2 Mon Sep 17 00:00:00 2001 From: Laurent Laville Date: Fri, 5 Jul 2024 14:15:51 +0000 Subject: [PATCH] force ANSI color output on box info command --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 623c4a2e..9312e41a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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