Skip to content

chore(main): release 1.0.0 (#19) #2

chore(main): release 1.0.0 (#19)

chore(main): release 1.0.0 (#19) #2

---
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 }}