Skip to content

Commit

Permalink
Merge pull request #26 from Kanti/bugfix/ter-release
Browse files Browse the repository at this point in the history
  • Loading branch information
Kanti authored Aug 15, 2023
2 parents 5a62d7c + f65a3fd commit b996c21
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tasks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:

- name: Upload EXT:server_timing to TER
run: |
sed -i 's/\\Composer\\InstalledVersions::getPrettyVersion('\''kanti\/server-timing'\'')/'\''${{ steps.get_version.outputs.VERSION }}'\''/g' ext_emconf.php \
sed -i 's/InstalledVersions::getPrettyVersion('\''kanti\/server-timing'\'')/'\''${{ steps.get_version.outputs.VERSION }}'\''/g' ext_emconf.php \
&& git config --global user.email "no@one" \
&& git config --global user.name "No One" \
&& git add ext_emconf.php \
Expand Down
2 changes: 1 addition & 1 deletion ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
'version' => InstalledVersions::getPrettyVersion('kanti/server-timing'),
'constraints' => [
'depends' => [
'typo3' => '11.0.0-12.1.999',
'typo3' => '11.0.0-12.999.999',
],
'conflicts' => [],
'suggests' => [],
Expand Down

0 comments on commit b996c21

Please sign in to comment.