Skip to content

Refactor parameter type hints in Macroable::__callStatic() method (#168) #84

Refactor parameter type hints in Macroable::__callStatic() method (#168)

Refactor parameter type hints in Macroable::__callStatic() method (#168) #84

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
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Create Release
uses: EncoreDigitalGroup/ci-workflows/actions/github/createRelease@v3
with:
repository: ${{ github.repository }}
tagName: ${{ github.ref_name }}
generateReleaseNotes: true
isDraft: false
token: ${{ secrets.GITHUB_TOKEN }}