name: Release

on:
  push:
    tags: ["v[0-9]+.[0-9]+.[0-9]+"]

jobs:
  deploy:
    uses: WPClubManager/.github/.github/workflows/deploy.yml@main
    with:
      plugin-slug: wpcm-cricket
    secrets: inherit
