Skip to content

Fix typos in README (#2) #3

Fix typos in README (#2)

Fix typos in README (#2) #3

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 }}