Skip to content

feat(workflows): update workflow, configuration, documentation, and d… #12

feat(workflows): update workflow, configuration, documentation, and d…

feat(workflows): update workflow, configuration, documentation, and d… #12

on:
push:
branches:
- main
permissions:
contents: write
pull-requests: write
name: release-please
jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v4
with:
config-file: ".release-please-config.json"
token: ${{ secrets.GITHUB_TOKEN }}