Skip to content

Commit

Permalink
Merge pull request #61 from sitegeist/bugfix/89899/arrayToStringConve…
Browse files Browse the repository at this point in the history
…rsion

[BUGFIX] Fix github action to deploy to TER
  • Loading branch information
galoppi authored Jun 7, 2024
2 parents 5f62094 + 031407a commit 2e34adc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ jobs:
fail-fast: false
steps:
- uses: actions/checkout@v4
- uses: tomasnorre/typo3-upload-ter@v2.0.3
- uses: sitegeist/typo3-upload-ter@v2
with:
api-token: ${{ secrets.TYPO3_API_TOKEN }}
2 changes: 1 addition & 1 deletion ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
'author' => 'Alexander Bohndorf',
'author_email' => '[email protected]',
'state' => 'beta',
'version' => '2.3.10',
'version' => '2.3.8',
'constraints' => [
'depends' => [
'typo3' => '10.0.0-11.5.99',
Expand Down

0 comments on commit 2e34adc

Please sign in to comment.