Skip to content

chore: bump version to 13.8.2 (#783) #5

chore: bump version to 13.8.2 (#783)

chore: bump version to 13.8.2 (#783) #5

Workflow file for this run

name: Release
on:
push:
tags:
- 'v*'
permissions: {}
jobs:
release:
uses: netresearch/typo3-ci-workflows/.github/workflows/release.yml@main
permissions:
contents: write
id-token: write
attestations: write
with:
archive-prefix: rte-ckeditor-image
package-name: netresearch/rte-ckeditor-image
publish-to-ter:
uses: netresearch/typo3-ci-workflows/.github/workflows/publish-to-ter.yml@main
permissions:
contents: read
secrets:
TYPO3_EXTENSION_KEY: ${{ secrets.TYPO3_EXTENSION_KEY }}
TYPO3_TER_ACCESS_TOKEN: ${{ secrets.TYPO3_TER_ACCESS_TOKEN }}