Skip to content

chore: auto-sync

chore: auto-sync #1

Workflow file for this run

name: Release Please
on:
push:
branches: [main]
paths:
- 'src/**'
- 'lua/**'
- '.github/release-please-manifest.json'
- '.github/release-please-config.json'
- '.github/workflows/release.yml'
workflow_dispatch:
permissions:
contents: write
pull-requests: write
jobs:
release-please:
name: Release Please
runs-on: ubuntu-latest
steps:
- uses: googleapis/release-please-action@v5
with:
token: ${{ secrets.GITHUB_TOKEN }}
config-file: .github/release-please-config.json
manifest-file: .github/release-please-manifest.json