Skip to content
This repository was archived by the owner on Feb 20, 2026. It is now read-only.

Commit 02d667c

Browse files
Create TER publish workflow
1 parent aa595fe commit 02d667c

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

.github/workflows/publish.yaml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: Publish on TER
2+
3+
on:
4+
release:
5+
types: [published]
6+
7+
jobs:
8+
build:
9+
10+
runs-on: ubuntu-latest
11+
12+
steps:
13+
- uses: actions/checkout@v2
14+
- uses: the-coding-owl/action-typo3-extension-repository-upload@master
15+
with:
16+
secret_username: ${{ secrets.USERNAME }}
17+
secret_password: ${{ secrets.PASSWORD }}
18+
extensionkey: 'oclock'
19+
uploadmessage: ${{ github.event.release.body }}

0 commit comments

Comments
 (0)