From cdac72a496831f06e85c46822e6687aa3e0535e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20B=C3=BCrk?= Date: Fri, 7 Mar 2025 14:52:18 +0100 Subject: [PATCH] [TASK] Adding extension key detection again With recent change on the publis workflow the extension key detection has been accedently dropped. This change reintroduces the detection. --- .github/workflows/publish.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 048b5706..60f7433c 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -45,6 +45,7 @@ jobs: echo "https://github.com/fgtclb/academic-persons/releases/tag/${{ env.version }}" echo EOF } >> "$GITHUB_ENV" + echo "DETECTED_EXTENSION_KEY=$(cat composer.json | jq -r '.extra."typo3/cms"."extension-key"' )" >> "$GITHUB_ENV" - name: Setup PHP 7.4 ( wv_deepltranslate 4.x ) if: github.event.base_ref == 'refs/heads/4'