Skip to content

chore(main): release 1.1.1 (#14) #31

chore(main): release 1.1.1 (#14)

chore(main): release 1.1.1 (#14) #31

---
permissions:
contents: write
pull-requests: write
name: Release Please
on:
workflow_dispatch:
push:
branches:
- main
jobs:
release:
name: release
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v4
with:
release-type: simple
token: ${{ secrets.PAT }}