We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9792342 commit a69f17bCopy full SHA for a69f17b
.github/workflows/publish-ter.yml
@@ -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