Skip to content

Commit 4cc956d

Browse files
authored
Merge pull request #19 from FriendsOfREDAXO/publish-no-dev
publish: remove composer dev packages
2 parents bdb19d8 + 024529a commit 4cc956d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/publish-to-redaxo.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v3
13+
- uses: shivammathur/setup-php@v2
14+
with:
15+
php-version: "8.2"
16+
- uses: ramsey/composer-install@v2
17+
with:
18+
composer-options: "--no-dev"
1319
- uses: FriendsOfREDAXO/installer-action@v1
1420
with:
1521
myredaxo-username: ${{ secrets.MYREDAXO_USERNAME }}

0 commit comments

Comments
 (0)