Skip to content

feat: Bundle dependencies to make CLI work without installing additio… #15

feat: Bundle dependencies to make CLI work without installing additio…

feat: Bundle dependencies to make CLI work without installing additio… #15

on:
push:
branches:
- main
permissions:
contents: write
pull-requests: write
name: release-please
jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: googleapis/release-please-action@v4
with:
token: ${{ secrets.RELEASE_PLEASE_TOKEN }}