Skip to content

Merge branch 'feature/new-maintainer' #1

Merge branch 'feature/new-maintainer'

Merge branch 'feature/new-maintainer' #1

Workflow file for this run

name: TER-Upload
on:
push:
tags:
- "**"
jobs:
TERUpload:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: tomasnorre/typo3-upload-ter@v2
with:
api-token: ${{ secrets.TYPO3_API_TOKEN }}