Skip to content

release

release #14

Workflow file for this run

name: release
on:
push:
tags:
- "**"
workflow_dispatch:
jobs:
terUpload:
runs-on: ubuntu-latest
strategy:
fail-fast: false
steps:
- uses: actions/checkout@v4
- uses: tomasnorre/[email protected]
with:
api-token: ${{ secrets.TYPO3_API_TOKEN }}