Skip to content
This repository was archived by the owner on Oct 10, 2025. It is now read-only.

Commit 06a3d21

Browse files
authored
Update publish-to-redaxo.yml
1 parent 3881905 commit 06a3d21

1 file changed

Lines changed: 8 additions & 17 deletions

File tree

Lines changed: 8 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
# Instructions: https://github.com/FriendsOfREDAXO/installer-action/
1+
name: Publish release
22

3-
name: Publish to REDAXO.org
43
on:
54
release:
65
types:
@@ -10,18 +9,10 @@ jobs:
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+

0 commit comments

Comments
 (0)