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