name: Publish on: push: tags: - 'v[0-9]+.[0-9]+.[0-9]+' jobs: publish: runs-on: ubuntu-20.04 steps: - name: "Checkout" uses: actions/checkout@v2 - name: "Publish new version to TER" uses: tomasnorre/typo3-upload-ter@v2 with: api-token: ${{ secrets.TYPO3_API_TOKEN }}