Skip to content
This repository has been archived by the owner on Dec 9, 2023. It is now read-only.

V8.5.1: Add support for TYPO3 12LTS and PHP 8.2/8.3 #10

V8.5.1: Add support for TYPO3 12LTS and PHP 8.2/8.3

V8.5.1: Add support for TYPO3 12LTS and PHP 8.2/8.3 #10

Workflow file for this run

---
name: "TER deployment"
on:
push:
tags:
- 'v[0-9]+.[0-9]+.[0-9]+'
jobs:
publish:
runs-on: ubuntu-22.04
steps:
- name: "Checkout"
uses: actions/checkout@v4
- name: "Publish new version to TER"
uses: tomasnorre/typo3-upload-ter@v2
with:
api-token: ${{ secrets.TYPO3_API_TOKEN }}