Skip to content

chore: updated release workflows #62

chore: updated release workflows

chore: updated release workflows #62

name: release-please
on:
push:
branches:
- master
permissions:
contents: write
pull-requests: write
jobs:
release-please:
if: >
github.event_name == 'push' ||
(github.event_name == 'pull_request' && github.event.pull_request.merged == true && !startsWith(github.event.pull_request.title, 'chore(release):'))
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v3
with:
command: manifest
token: ${{ secrets.OG_BOT_TOKEN }}