From 89b13fa75de61dddc609c1cf1ee5258c2d5f0d65 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elias=20H=C3=A4u=C3=9Fler?= Date: Sun, 23 Jul 2023 11:35:59 +0200 Subject: [PATCH] [BUGFIX] Correct namespace to load vendor libraries in TER package --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 8d429f3e..e24acfe4 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -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