Skip to content

Commit

Permalink
Update tasks.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Kanti authored Dec 14, 2022
1 parent 919aa14 commit 128b3e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tasks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:

- name: Upload EXT:mail_logger to TER
run: |
sed -i 's/\\Composer\\InstalledVersions::getPrettyVersion('\''pluswerk\/mail_logger'\'')/'\''${{ steps.get_version.outputs.VERSION }}'\''/g' ext_emconf.php \
sed -i 's/\\Composer\\InstalledVersions::getPrettyVersion('\''pluswerk\/mail-logger'\'')/'\''${{ 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

0 comments on commit 128b3e4

Please sign in to comment.