Skip to content

Commit d8622ba

Browse files
committed
Don’t try to install dependencies we don’t have.
1 parent eb2b71d commit d8622ba

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v3
13-
- name: Install Composer dependencies
14-
uses: php-actions/composer@v6
1513
# Store version number without `v`
1614
- name: Write release version
1715
run: |

0 commit comments

Comments
 (0)