Skip to content

chore: Fix release_please.yml with link to release-please-config.json #3

chore: Fix release_please.yml with link to release-please-config.json

chore: Fix release_please.yml with link to release-please-config.json #3

on:
push:
branches:
- master
permissions:
contents: write
pull-requests: write
name: release-please
jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: googleapis/release-please-action@v4
with:
# this assumes that you have created a personal access token
# (PAT) and configured it as a GitHub action secret named
# `MY_RELEASE_PLEASE_TOKEN` (this secret name is not important).
token: ${{ secrets.RELEASE_PLEASE_TOKEN }}
manifestConfig: release-please-config.json