Skip to content

[TASK] Compatibility with TYPO3 11-12 #11

[TASK] Compatibility with TYPO3 11-12

[TASK] Compatibility with TYPO3 11-12 #11

Workflow file for this run

name: Release
on:
push:
tags:
- '*'
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: tomasnorre/typo3-upload-ter@v2
with:
api-token: ${{ secrets.TYPO3_API_TOKEN }}