Skip to content

Laravel 12.x Compatibility #13

Laravel 12.x Compatibility

Laravel 12.x Compatibility #13

Workflow file for this run

name: Release
on:
pull_request:
types:
- closed
branches:
- "master"
jobs:
release:
name: Create release
if: github.event.pull_request.merged == true
runs-on: "ubuntu-latest"
steps:
- uses: actions/checkout@v4
- uses: ncipollo/release-action@v1
with:
name: ${{ github.event.pull_request.title }}
tag: ${{ github.event.pull_request.title }}
body: ${{ github.event.pull_request.body }}
prerelease: false