Skip to content

Commit

Permalink
Update release-master.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
brlumen authored Jan 11, 2025
1 parent 3161163 commit 67e8904
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:

# 2. Install PHP and Composer
- name: Setup PHP
if: ${{ github.event.release.target_commitish == 'master' }}
uses: shivammathur/setup-php@v2
with:
php-version: '8.2'
Expand All @@ -25,6 +26,7 @@ jobs:

# 3. Installing dependencies
- name: Install dependencies
if: ${{ github.event.release.target_commitish == 'master' }}
run: composer install --no-dev --optimize-autoloader

# 4. Creating an archive
Expand Down

0 comments on commit 67e8904

Please sign in to comment.