Skip to content

Merge pull request #57 from stickeeuk/chore/deps-php-cs-fixer #28

Merge pull request #57 from stickeeuk/chore/deps-php-cs-fixer

Merge pull request #57 from stickeeuk/chore/deps-php-cs-fixer #28

Workflow file for this run

name: Release
on:
push:
branches:
- main
- 1.1.x
jobs:
release:
name: Release
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
persist-credentials: false
- name: Semantic Release
uses: cycjimmy/semantic-release-action@v4
with:
extra_plugins: |
@semantic-release/[email protected]
@semantic-release/[email protected]
semantic_version: 19.0.5
env:
GITHUB_TOKEN: ${{ secrets.PAT }}