Skip to content

chore(main): release 8.3.2-fpm-bookworm #9

chore(main): release 8.3.2-fpm-bookworm

chore(main): release 8.3.2-fpm-bookworm #9

Workflow file for this run

name: Release PHP
on:
push:
branches:
- main
paths:
- "php/**"
workflow_dispatch:
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: google-github-actions/release-please-action@v4
with:
token: ${{ secrets.GH_PAT }}
release-type: simple
path: php
package-name: php
tag-separator: /
monorepo-tags: true