Skip to content
This repository was archived by the owner on Jul 6, 2026. It is now read-only.

feat: add Laravel 13 support #22

feat: add Laravel 13 support

feat: add Laravel 13 support #22

Workflow file for this run

name: Auto Release
on:
push:
tags:
- "v*"
permissions:
contents: write
jobs:
release:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Create GitHub Release
uses: softprops/action-gh-release@v2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ github.ref_name }}
name: ${{ github.ref_name }}
generate_release_notes: true