Skip to content

ci: add release-please workflow, update publish workflow and test deps #1

ci: add release-please workflow, update publish workflow and test deps

ci: add release-please workflow, update publish workflow and test deps #1

name: Release Please
on:
push:
branches: [ "master" ]
permissions:
contents: write
pull-requests: write
jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: googleapis/release-please-action@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}