Skip to content

Commit a69f17b

Browse files
committed
Add publish to TER Action
1 parent 9792342 commit a69f17b

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.github/workflows/publish-ter.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: TERUpload
2+
3+
on:
4+
push:
5+
tags:
6+
- "**"
7+
8+
jobs:
9+
TERUpload:
10+
runs-on: ubuntu-latest
11+
strategy:
12+
fail-fast: false
13+
steps:
14+
- uses: actions/checkout@v1
15+
- uses: tomasnorre/typo3-upload-ter@v2
16+
with:
17+
api-token: ${{ secrets.TYPO3_API_TOKEN }}

0 commit comments

Comments
 (0)