From 4daecfbd87bd70214694fcfa1a4f0220c80f89d2 Mon Sep 17 00:00:00 2001 From: Thomas Casteleyn Date: Fri, 30 Aug 2024 17:26:53 +0200 Subject: [PATCH] Add composer install to the packaging workflow --- .github/workflows/package.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/package.yml b/.github/workflows/package.yml index ddb3662..98eb4e4 100644 --- a/.github/workflows/package.yml +++ b/.github/workflows/package.yml @@ -25,6 +25,9 @@ jobs: uses: actions/checkout@v4 with: path: ${{ github.repository }}/collectors + - uses: ramsey/composer-install@v3 + with: + working-directory: ${{ github.repository }}/collectors - name: Create package uses: thedoctor0/zip-release@0.7.6 with: