Skip to content

chore: automatically merge minor and patch versions #66

chore: automatically merge minor and patch versions

chore: automatically merge minor and patch versions #66

name: Publish release
on:
push:
branches: [main]
jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v4
id: release
with:
token: ${{ secrets.GITHUB_TOKEN }}