Skip to content

Commit

Permalink
[TASK] Add Github Action for TER releases
Browse files Browse the repository at this point in the history
  • Loading branch information
MattiasNilsson committed Dec 29, 2021
1 parent 241166d commit 1c32f38
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/ter-release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: TER release

on:
push:
tags:
- "**"

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

0 comments on commit 1c32f38

Please sign in to comment.