Skip to content

[BUGFIX] Compatibility with changes in TYPO3 11.5.35, 12.4.10, and 12… #13

[BUGFIX] Compatibility with changes in TYPO3 11.5.35, 12.4.10, and 12…

[BUGFIX] Compatibility with changes in TYPO3 11.5.35, 12.4.10, and 12… #13

Workflow file for this run

name: Publish
on:
push:
tags:
- "**"
jobs:
publish:
runs-on: ubuntu-20.04
steps:
- name: "Checkout"
uses: actions/checkout@v3
- name: "Publish new version to TER"
uses: tomasnorre/typo3-upload-ter@v2
with:
api-token: ${{ secrets.TYPO3_API_TOKEN }}