Skip to content

feat: switch type

feat: switch type #15

Workflow file for this run

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