Skip to content

Merge pull request #22 from oliverearl/php83-and-refactoring #17

Merge pull request #22 from oliverearl/php83-and-refactoring

Merge pull request #22 from oliverearl/php83-and-refactoring #17

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