Skip to content

[BUGFIX] Fix warning if as is not set (#729) #32

[BUGFIX] Fix warning if as is not set (#729)

[BUGFIX] Fix warning if as is not set (#729) #32

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