This repository was archived by the owner on Oct 10, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- # Instructions: https://github.com/FriendsOfREDAXO/installer-action/
1+ name : Publish release
22
3- name : Publish to REDAXO.org
43on :
54 release :
65 types :
109 redaxo_publish :
1110 runs-on : ubuntu-latest
1211 steps :
13- - uses : actions/checkout@v3
14- if : hashFiles('composer.json') != ''
15- - uses : shivammathur/setup-php@v2
16- with :
17- php-version : " 8.2"
18- if : hashFiles('composer.json') != ''
19- - uses : ramsey/composer-install@v2
20- with :
21- composer-options : " --no-dev"
22- - uses : FriendsOfREDAXO/installer-action@v1
23- with :
24- myredaxo-username : ${{ secrets.MYREDAXO_USERNAME }}
25- myredaxo-api-key : ${{ secrets.MYREDAXO_API_KEY }}
26- description : ${{ github.event.release.body }}
27- version : ${{ github.event.release.tag_name }}
12+ - uses : actions/checkout@v3
13+ - uses : FriendsOfREDAXO/installer-action@v1
14+ with :
15+ myredaxo-username : ${{ secrets.MYREDAXO_USERNAME }}
16+ myredaxo-api-key : ${{ secrets.MYREDAXO_API_KEY }}
17+ description : ${{ github.event.release.body }}
18+
You can’t perform that action at this time.
0 commit comments