Skip to content

merge branch v2 (release 2.0.0-beta.47) #108

merge branch v2 (release 2.0.0-beta.47)

merge branch v2 (release 2.0.0-beta.47) #108

Workflow file for this run

name: 'Build Dist'
on:
workflow_dispatch:
push:
tags:
- '*'
env:
BOT_TOKEN: ${{ secrets.BOT_TOKEN }}
jobs:
dist:
runs-on: ubuntu-latest
steps:
- name: Setup Node
uses: actions/setup-node@v6
with:
node-version: 24
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.5'
- name: Checkout
uses: actions/checkout@v6
- name: Build and push
run: bash .github/workflows/dist.sh