Skip to content

Add barebone Sets config, so other extensions could start rely on (#793) #37

Add barebone Sets config, so other extensions could start rely on (#793)

Add barebone Sets config, so other extensions could start rely on (#793) #37

Workflow file for this run

---
name: Publish
on:
push:
tags:
- "**"
jobs:
publish:
runs-on: ubuntu-20.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 }}