Skip to content

Merge pull request #42 from iPromKnight/also_handle_xx #12

Merge pull request #42 from iPromKnight/also_handle_xx

Merge pull request #42 from iPromKnight/also_handle_xx #12

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