Skip to content

Commit

Permalink
fix(ci): attempt to fix a build issue with versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaymeh committed Sep 1, 2022
1 parent 030da1a commit 597db0d
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/build-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,15 @@ jobs:
with:
token: ${{ secrets.MY_PAT }}

- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: 8.0
extensions: curl, mbstring, zip, pcntl, iconv
coverage: none

- name: Install dependencies
run: composer update --prefer-dist --no-interaction
run: composer install --prefer-dist --no-interaction

- name: Get Release Notes
run: ./changelog-checker > ${{ github.workspace }}-CHANGELOG.txt
Expand Down

0 comments on commit 597db0d

Please sign in to comment.