Skip to content

Commit

Permalink
And further
Browse files Browse the repository at this point in the history
  • Loading branch information
jrfnl committed Dec 8, 2024
1 parent 9b70acc commit 663f1e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/verify-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -298,12 +298,12 @@ jobs:
GH_TOKEN: ${{ github.token }}

- name: Verify the PHAR is nominally functional
run: php ./tools/${{ matrix.pharfile }}.phar -e --standard=PSR12
run: php ./tools/${{ matrix.pharfile }} -e --standard=PSR12

- name: Grab the version
id: asset_version
env:
FILE_NAME: ./tools/${{ matrix.pharfile }}.phar
FILE_NAME: ./tools/${{ matrix.pharfile }}
# yamllint disable-line rule:line-length
run: echo "VERSION=$(php "$FILE_NAME" --version | grep --only-matching --max-count=1 --extended-regexp '\b[0-9]+\.[0-9]+')" >> "$GITHUB_OUTPUT"

Expand Down

0 comments on commit 663f1e4

Please sign in to comment.