Skip to content

Commit

Permalink
Don’t try to install dependencies we don’t have.
Browse files Browse the repository at this point in the history
  • Loading branch information
mattstein committed Sep 17, 2024
1 parent eb2b71d commit d8622ba
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install Composer dependencies
uses: php-actions/composer@v6
# Store version number without `v`
- name: Write release version
run: |
Expand Down

0 comments on commit d8622ba

Please sign in to comment.