Skip to content

feat: updates target branch #10

feat: updates target branch

feat: updates target branch #10

# https://github.com/marketplace/actions/release-please-action
on:
push:
branches:
- feat-release-please
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 }}
config-file: release-please-config.json
release-type: node
target-branch: feat-release-please