Skip to content

Meet our new blog-extension, a whole new way of light-weight and easy… #2

Meet our new blog-extension, a whole new way of light-weight and easy…

Meet our new blog-extension, a whole new way of light-weight and easy… #2

Workflow file for this run

---
name: "TER deployment"
on:
push:
tags:
- 'v[0-9]+.[0-9]+.[0-9]+'
jobs:
ter-release:
name: "TYPO3 TER release"
runs-on: ubuntu-latest
steps:
- name: "Checkout"
uses: actions/checkout@v2
- name: "Publish new version to TER"
uses: tomasnorre/typo3-upload-ter@v2
with:
# The API token must be configured in the GitHub repository settings
api-token: ${{ secrets.TYPO3_API_TOKEN }}