Skip to content

Commit

Permalink
Fixed publishing to TER
Browse files Browse the repository at this point in the history
  • Loading branch information
DaPedro committed Oct 13, 2023
1 parent b17bdc0 commit 5774011
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/publishToTer.yml
@@ -0,0 +1,17 @@
name: TERUpload

on:
push:
tags:
- "**"

jobs:
TERUpload:
runs-on: ubuntu-latest
strategy:
fail-fast: false
steps:
- uses: actions/checkout@v1
- uses: tomasnorre/typo3-upload-ter@v2
with:
api-token: ${{ secrets.TYPO3_API_TOKEN }}
3 changes: 1 addition & 2 deletions ext_emconf.php
Expand Up @@ -6,7 +6,7 @@
'category' => 'plugin',
'author' => 'invokable GmbH',
'author_email' => 'info@invokable.gmbh',
'version' => '1.0.7',
'version' => '1.0.8',
'state' => 'stable',
'internal' => '',
'uploadfolder' => '0',
Expand All @@ -15,7 +15,6 @@
'constraints' => array(
'depends' => array(
'typo3' => '10.4.1-11.5.99',
'php' => '7.4.0-7.4.999',
'jar_utilities' => '1.0.0'
),
'conflicts' => array(
Expand Down

0 comments on commit 5774011

Please sign in to comment.