Skip to content

Merge branch 'main' of https://github.com/ioncakephper/php-theme-gen #12

Merge branch 'main' of https://github.com/ioncakephper/php-theme-gen

Merge branch 'main' of https://github.com/ioncakephper/php-theme-gen #12

name: Release Please
on:
push:
branches:
- main
permissions:
contents: write
pull-requests: write
jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v4
with:
token: ${{ secrets.PHP_THEME_GEN }} # Use a PAT to allow triggering other workflows
release-type: node
# package-name: php-theme-gen
# pull-request-title-pattern: "chore(release): ${version}"