From 031407aec8e597a9d2b9734c760f2691dcdaaf0b Mon Sep 17 00:00:00 2001 From: Alexander Bohndorf Date: Fri, 7 Jun 2024 12:34:28 +0200 Subject: [PATCH] [BUGFIX] Fix github action to deploy to TER --- .github/workflows/release.yml | 2 +- ext_emconf.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index aaeb2f5..6cfec38 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 }} diff --git a/ext_emconf.php b/ext_emconf.php index 0d3bd7f..a95020c 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -7,7 +7,7 @@ 'author' => 'Alexander Bohndorf', 'author_email' => 'bohndorf@sitegeist.de', 'state' => 'beta', - 'version' => '2.3.10', + 'version' => '2.3.8', 'constraints' => [ 'depends' => [ 'typo3' => '10.0.0-11.5.99',