Skip to content

Commit

Permalink
Add composer install to release creation
Browse files Browse the repository at this point in the history
  • Loading branch information
s4ddly committed Jun 26, 2024
1 parent 6773875 commit ea12221
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/create_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ jobs:
extensions: none, curl, dom, mbstring, simplexml, tokenizer, xml, xmlwriter, json
coverage: none

- run: composer install --no-dev

- run: chmod 777 -R vendor

- run: git archive --output=tpay-openapi-php.zip HEAD

- run: zip -ur tpay-openapi-php.zip vendor/
Expand Down

0 comments on commit ea12221

Please sign in to comment.