Skip to content

chore(ci): updated release-please #120

chore(ci): updated release-please

chore(ci): updated release-please #120

name: 'release-please 🙏'
on:
push:
branches:
- master
workflow_dispatch:
permissions:
contents: write
pull-requests: write
jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v4
with:
command: manifest
token: ${{ secrets.OG_BOT_TOKEN }}