Skip to content

Commit

Permalink
Merge pull request #59 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 12c645b + 8f1badd commit 3e2a176
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
tags:
- "**"
workflow_dispatch:

jobs:
terUpload:
Expand All @@ -12,6 +13,6 @@ jobs:
fail-fast: false
steps:
- uses: actions/checkout@v4
- uses: tomasnorre/typo3-upload-ter@v2
- uses: tomasnorre/typo3-upload-ter@v2.0.4
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.9',
'version' => '2.3.10',
'constraints' => [
'depends' => [
'typo3' => '10.0.0-11.5.99',
Expand Down

0 comments on commit 3e2a176

Please sign in to comment.