diff --git a/.github/workflows/release-php.yml b/.github/workflows/release-php.yml index 533c8fc..d18fb83 100644 --- a/.github/workflows/release-php.yml +++ b/.github/workflows/release-php.yml @@ -34,7 +34,7 @@ jobs: run: composer build - name: Test PHAR - run: ./.build/git-artifact || exit 1 + run: ./.build/git-artifact --help || exit 1 - name: Get tag name id: get-version