Skip to content

Break PHPStan in more places #40

Break PHPStan in more places

Break PHPStan in more places #40

Workflow file for this run

name: Publish
on:
push:
tags:
- 'v[0-9]+.[0-9]+.[0-9]+'
permissions:
contents: read
jobs:
publish:
permissions:
actions: write
runs-on: ubuntu-22.04
steps:
- name: "Checkout"
uses: actions/checkout@v4

Check failure on line 16 in .github/workflows/publish.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/publish.yml

Invalid workflow file

You have an error in your yaml syntax on line 16
- name: "Publish new version to TER"
- uses: tomasnorre/typo3-upload-ter@v2
with:
api-token: ${{ secrets.TYPO3_API_TOKEN }}