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 a3af24a commit bc6a719
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,15 @@ jobs:

- uses: bahmutov/npm-install@v1

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

- name: Install Dependencies
uses: ramsey/composer-install@v2

- name: Semantic Release
uses: cycjimmy/semantic-release-action@v3
with:
Expand Down

0 comments on commit bc6a719

Please sign in to comment.