Skip to content

chore: add licence and description to composer.json #2

chore: add licence and description to composer.json

chore: add licence and description to composer.json #2

Workflow file for this run

on:
push:
branches:
- main
permissions:
contents: write
pull-requests: write
name: Release
jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v3
with:
release-type: php
package-name: ${{ github.event.client_payload.repo_name }}