Skip to content

Commit

Permalink
Add composer install to the packaging workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Hipska committed Aug 30, 2024
1 parent 7325be0 commit 4daecfb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 4daecfb

Please sign in to comment.