Skip to content

Blog: PHP 8.4: Discover the Latest and Greatest #100

Blog: PHP 8.4: Discover the Latest and Greatest

Blog: PHP 8.4: Discover the Latest and Greatest #100

Workflow file for this run

on:
pull_request:
types:
- closed
jobs:
build:
if: github.event.pull_request.merged == true
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup pnpm
uses: pnpm/action-setup@v4
with:
version: 9.x.x
- name: Setup NodeJS
uses: actions/setup-node@v4
with:
node-version: '20'
cache: 'pnpm'
- name: Install dependencies
run: pnpm install --frozen-lockfile
- name: Publish
run: bash -x build.sh