Skip to content

Commit

Permalink
[BUGFIX] Correct namespace to load vendor libraries in TER package
Browse files Browse the repository at this point in the history
  • Loading branch information
eliashaeussler committed Jul 23, 2023
1 parent 9fbf26e commit 89b13fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
composer install -d Resources/Private/Libs/Build
composer global exec phar-composer build Resources/Private/Libs/Build Resources/Private/Libs/vendors.phar
- name: Include PHAR file
run: echo "\\EliasHaeussler\\Typo3Warming\\Configuration\\Extension::loadVendorLibraries();" >> ext_localconf.php
run: echo "\\EliasHaeussler\\Typo3Warming\\Extension::loadVendorLibraries();" >> ext_localconf.php

# Release
- name: Publish to TER
Expand Down

0 comments on commit 89b13fa

Please sign in to comment.