Skip to content

Commit 8feff8c

Browse files
committed
[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.
1 parent 1fd6ef2 commit 8feff8c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: .github/workflows/publish.yml

+1
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ jobs:
4545
echo "https://github.com/fgtclb/academic-persons/releases/tag/${{ env.version }}"
4646
echo EOF
4747
} >> "$GITHUB_ENV"
48+
echo "DETECTED_EXTENSION_KEY=$(cat composer.json | jq -r '.extra."typo3/cms"."extension-key"' )" >> "$GITHUB_ENV"
4849
4950
- name: Setup PHP 7.4 ( wv_deepltranslate 4.x )
5051
if: github.event.base_ref == 'refs/heads/4'

0 commit comments

Comments
 (0)