File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2929 run : |
3030 npm ci
3131 npm run build
32- composer install --no-dev
32+ composer install --no-dev --optimize-autoloader
3333
3434 - name : Archive Release
3535 uses : thedoctor0/zip-release@b57d897cb5d60cb78b51a507f63fa184cfe35554 # 0.7.6
5555 if unzip -l vmfa-editorial-workflow.zip | grep -q "vendor/yahnis-elsts/plugin-update-checker"; then
5656 echo "✓ Plugin Update Checker is included"
5757 else
58- echo "✗ WARNING: Plugin Update Checker may be missing"
58+ echo "✗ ERROR: Plugin Update Checker is missing from the release!"
59+ exit 1
5960 fi
6061
6162 - name : Release
Original file line number Diff line number Diff line change 2424 run : |
2525 npm ci
2626 npm run build
27- composer install --no-dev
27+ composer install --no-dev --optimize-autoloader
2828
2929 - name : Archive Release
3030 uses : thedoctor0/zip-release@b57d897cb5d60cb78b51a507f63fa184cfe35554 # 0.7.6
5050 if unzip -l vmfa-editorial-workflow.zip | grep -q "vendor/yahnis-elsts/plugin-update-checker"; then
5151 echo "✓ Plugin Update Checker is included"
5252 else
53- echo "✗ WARNING: Plugin Update Checker may be missing"
53+ echo "✗ ERROR: Plugin Update Checker is missing from the release!"
54+ exit 1
5455 fi
5556
5657 - name : Release
You can’t perform that action at this time.
0 commit comments