Skip to content

Commit

Permalink
Update publish-to-redaxo-org.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alxndr-w authored Jan 21, 2024
1 parent d9b2f57 commit eac2339
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish-to-redaxo-org.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
if: hashFiles('composer.json') != ''
- uses: shivammathur/setup-php@v2
- if: hashFiles('composer.json') != ''
uses: shivammathur/setup-php@v2
with:
php-version: "8.2"
if: hashFiles('composer.json') != ''
- uses: ramsey/composer-install@v2
- if: hashFiles('composer.json') != ''
uses: ramsey/composer-install@v2
with:
composer-options: "--no-dev"
- uses: FriendsOfREDAXO/installer-action@v1
Expand Down

0 comments on commit eac2339

Please sign in to comment.