Skip to content

chore: update .github/workflows/release-please.yml #4

chore: update .github/workflows/release-please.yml

chore: update .github/workflows/release-please.yml #4

on:
push:
branches:
- main
permissions:
contents: write
pull-requests: write
name: release-please
jobs:
release-please:
runs-on: ubuntu-latest
environment: production
steps:
- uses: google-github-actions/release-please-action@v4
with:
command: manifest
token: ${{ secrets.GH_PAT }}