Skip to content

[PHPStan] Remove PHPStan Custom Rules (#24) #19

[PHPStan] Remove PHPStan Custom Rules (#24)

[PHPStan] Remove PHPStan Custom Rules (#24) #19

Workflow file for this run

name: Release
on:
push:
tags:
- 'v[0-9]+.[0-9]+.[0-9]+'
- '!v[0-9]+.[0-9]+.[0-9]+-rc[0-9]+'
permissions: write-all
jobs:
CreateRelease:
name: Create Release
uses: EncoreDigitalGroup/.github/.github/workflows/createRelease.yml@v1
permissions:
contents: write
with:
generate_release_notes: true
is_draft: false
secrets:
token: ${{ secrets.GITHUB_TOKEN }}