Skip to content

[RELEASE] Prepare version 2.1.2 (#115) #14

[RELEASE] Prepare version 2.1.2 (#115)

[RELEASE] Prepare version 2.1.2 (#115) #14

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 }}