Skip to content

Release

Release #10

Workflow file for this run

---
name: Release
on:
workflow_dispatch:
schedule:
- cron: "0 0 1 * *"
jobs:
release:
name: Release
uses: kilip/gh-php-common/.github/workflows/release.yaml@main
secrets: inherit