Skip to content

Commit

Permalink
chore(release): update release job
Browse files Browse the repository at this point in the history
  • Loading branch information
JoelAlphonso committed May 27, 2022
1 parent bc6a719 commit cbd491c
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,12 @@ jobs:
- uses: bahmutov/npm-install@v1

- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: 8.0
coverage: none
uses: shivammathur/setup-php@v2
with:
php-version: 8.0
coverage: none

# semantic release local configuration needs to call ./vendor/bin/monorepo-builder
- name: Install Dependencies
uses: ramsey/composer-install@v2

Expand Down

0 comments on commit cbd491c

Please sign in to comment.