Skip to content

https://github.com/hoogi91/charts/releases/tag/3.3.2 #18

https://github.com/hoogi91/charts/releases/tag/3.3.2

https://github.com/hoogi91/charts/releases/tag/3.3.2 #18

Workflow file for this run

name: 🚢 to TER
on:
push:
tags:
- "**"
jobs:
deploy:
runs-on: ubuntu-latest
strategy:
fail-fast: false
steps:
- uses: actions/checkout@v2
with:
ref: ${{ github.event.inputs.commit }}
- uses: tomasnorre/typo3-upload-ter@v2
with:
api-token: ${{ secrets.TYPO3_API_TOKEN }}