Skip to content

V5.3.1: SEO-related improvements and bug fixes (#2600) #32

V5.3.1: SEO-related improvements and bug fixes (#2600)

V5.3.1: SEO-related improvements and bug fixes (#2600) #32

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@v3
- name: "Publish new version to TER"
uses: tomasnorre/typo3-upload-ter@v2
with:
api-token: ${{ secrets.TYPO3_API_TOKEN }}